Searched defs:debugProperties (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DDebug.java1971 private static final TypedProperties debugProperties; field in class:Debug
1974 * Load the debug properties from the standard files into debugProperties.
2005 debugProperties = tp.isEmpty() ? null : tp;
2007 debugProperties = null;
2158 if (debugProperties != null) {
2172 modifyFieldIfSet(field, debugProperties, propertyName);

Completed in 88 milliseconds