HomeSort by relevance Sort by last modified time
    Searched refs:sDebugLoggingEnabledForTests (Results 1 - 2 of 2) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/widget/swipeablelistview/
LogUtils.java 62 private static Boolean sDebugLoggingEnabledForTests = null;
69 sDebugLoggingEnabledForTests = Boolean.valueOf(enabled);
87 if (sDebugLoggingEnabledForTests != null) {
88 return sDebugLoggingEnabledForTests.booleanValue();
  /packages/apps/Email/src/com/android/mail/utils/
LogUtils.java 71 private static Boolean sDebugLoggingEnabledForTests = null;
78 sDebugLoggingEnabledForTests = Boolean.valueOf(enabled);
96 if (sDebugLoggingEnabledForTests != null) {
97 return sDebugLoggingEnabledForTests.booleanValue();

Completed in 43 milliseconds