Home
last modified time | relevance | path

Searched refs:IS_DEBUG (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DNodeSpecBuilder.kt76 if (Compile.IS_DEBUG) { in <lambda>()
83 if (Compile.IS_DEBUG) { in <lambda>()
90 if (Compile.IS_DEBUG) { in <lambda>()
95 if (Compile.IS_DEBUG) { in <lambda>()
DNodeSpecBuilderLogger.kt39 if (!(Compile.IS_DEBUG && devLoggingEnabled)) in logBuildNodeSpec()
/frameworks/base/packages/SystemUI/src-debug/com/android/systemui/util/
DCompile.java22 public static final boolean IS_DEBUG = true; field in Compile
/frameworks/base/packages/SystemUI/src-release/com/android/systemui/util/
DCompile.java22 public static final boolean IS_DEBUG = false; field in Compile
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DLeakModule.java32 if (Compile.IS_DEBUG) { in providesLeakDetector()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackSizeCalculator.kt40 private val DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.DEBUG) in <lambda>()
41 private val SPEW = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.VERBOSE) in <lambda>()
DNotificationStackScrollLayoutController.java140 private static final boolean DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.DEBUG);
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
DUnfoldLatencyTracker.kt162 private val DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.VERBOSE)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DViewConfigCoordinator.kt146 private val DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.DEBUG) in <lambda>()
DVisualStabilityCoordinator.java61 public static final boolean DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.VERBOSE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationUtils.java86 if (Compile.IS_DEBUG && INCLUDE_HASH_CODE_IN_LIST_ENTRY_LOG_KEY) { in logKey()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeExpansionStateManager.kt236 private val DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.DEBUG)
DNotificationPanelViewController.java258 private static final boolean DEBUG_LOGCAT = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.DEBUG);
259 private static final boolean SPEW_LOGCAT = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.VERBOSE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/log/dagger/
DLogModule.java59 if (Compile.IS_DEBUG && notifPipelineFlags.isDevLoggingEnabled()) { in provideNotificationsLogBuffer()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DFeedbackInfo.java55 private static final boolean DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.DEBUG);
DExpandableNotificationRow.java142 private static final boolean DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.DEBUG);
144 Compile.IS_DEBUG && Log.isLoggable(TAG, Log.VERBOSE);
DNotificationContentView.java83 private static final boolean DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.DEBUG);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfaces.java75 boolean DEBUG_WAKEUP_DELAY = Compile.IS_DEBUG;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarStateControllerImpl.java304 if (Log.isLoggable(TAG, Log.DEBUG) || Compile.IS_DEBUG) { in setIsDreaming()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java66 private static final boolean DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.DEBUG);