Searched defs:DebugProperty (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DDebug.java1232 * @Debug.DebugProperty
1234 * @@Debug.DebugProperty
1242 * // Sets only the fields annotated with @Debug.DebugProperty
1257 * fields with the {@link android.os.Debug.DebugProperty}
1270 if (!partial || field.getAnnotation(DebugProperty.class) != null) {
1298 public @interface DebugProperty { interface in class:Debug

Completed in 48 milliseconds