Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DDebug.java2190 private static final TypedProperties debugProperties; field in Debug
2224 debugProperties = tp.isEmpty() ? null : tp;
2226 debugProperties = null;
2377 if (debugProperties != null) { in setFieldsOn()
2391 modifyFieldIfSet(field, debugProperties, propertyName); in setFieldsOn()