Home | History | Annotate | Download | only in examples

Lines Matching refs:static

101     static android.os.Parcelable$Creator CREATOR;
104 # Preserve static fields of inner classes of R classes that might be accessed
108 public static <fields>;
135 # Preserve the special static methods that are required in all enumeration
139 public static **[] values();
140 public static ** valueOf(java.lang.String);
150 static final long serialVersionUID;
151 static final java.io.ObjectStreamField[] serialPersistentFields;
168 # public static boolean isLoggable(java.lang.String, int);
169 # public static int v(...);
170 # public static int i(...);
171 # public static int w(...);
172 # public static int d(...);
173 # public static int e(...);