Home
last modified time | relevance | path

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

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