Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DDebug.java1078 private static final TypedProperties debugProperties; field in Debug
1112 debugProperties = tp.isEmpty() ? null : tp;
1114 debugProperties = null;
1265 if (debugProperties != null) { in setFieldsOn()
1279 modifyFieldIfSet(field, debugProperties, propertyName); in setFieldsOn()