Searched refs:debugProperties (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/os/
H A DDebug.java1078 private static final TypedProperties debugProperties; field in class:Debug
1081 * Load the debug properties from the standard files into debugProperties.
1112 debugProperties = tp.isEmpty() ? null : tp;
1114 debugProperties = null;
1265 if (debugProperties != null) {
1279 modifyFieldIfSet(field, debugProperties, propertyName);

Completed in 67 milliseconds