Searched refs:conditionallyEnableDebugLogging (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DSystemServer.java174 if (StrictMode.conditionallyEnableDebugLogging()) {
194 if (StrictMode.conditionallyEnableDebugLogging()) {
996 if (StrictMode.conditionallyEnableDebugLogging()) {
/frameworks/base/core/java/android/os/
H A DStrictMode.java893 // conditionallyEnableDebugLogging() in the system server,
919 public static boolean conditionallyEnableDebugLogging() { method in class:StrictMode
1348 * In the common case, as set by conditionallyEnableDebugLogging,
/frameworks/base/core/java/android/app/
H A DActivityThread.java4238 StrictMode.conditionallyEnableDebugLogging();
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java1476 if (StrictMode.conditionallyEnableDebugLogging()) {

Completed in 204 milliseconds