Home
last modified time | relevance | path

Searched refs:DebugProperty (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
DDebug.java2163 if (!partial || field.getAnnotation(DebugProperty.class) != null) { in setFieldsOn()
2191 public @interface DebugProperty { annotation in Debug