All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.util.EventLogTags Maven / Gradle / Ivy

package android.util;
public class EventLogTags
{
public static class Description
{
Description() { throw new RuntimeException("Stub!"); }
public final int mTag;
public final java.lang.String mName;
}
public  EventLogTags() throws java.io.IOException { throw new RuntimeException("Stub!"); }
public  EventLogTags(java.io.BufferedReader input) throws java.io.IOException { throw new RuntimeException("Stub!"); }
public  android.util.EventLogTags.Description get(java.lang.String name) { throw new RuntimeException("Stub!"); }
public  android.util.EventLogTags.Description get(int tag) { throw new RuntimeException("Stub!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy