Searched refs:sDebugLoggingEnabledForTests (Results 1 - 2 of 2) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/widget/swipeablelistview/
H A DLogUtils.java62 private static Boolean sDebugLoggingEnabledForTests = null; field in class:LogUtils
69 sDebugLoggingEnabledForTests = Boolean.valueOf(enabled);
87 if (sDebugLoggingEnabledForTests != null) {
88 return sDebugLoggingEnabledForTests.booleanValue();
/packages/apps/Email/src/com/android/mail/utils/
H A DLogUtils.java71 private static Boolean sDebugLoggingEnabledForTests = null; field in class:LogUtils
78 sDebugLoggingEnabledForTests = Boolean.valueOf(enabled);
96 if (sDebugLoggingEnabledForTests != null) {
97 return sDebugLoggingEnabledForTests.booleanValue();

Completed in 133 milliseconds