Home
last modified time | relevance | path

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

12

/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/libs/systemui/compilelib/src-release/com/android/systemui/util/
DCompile.java22 public static final boolean IS_DEBUG = false; field in Compile
/frameworks/libs/systemui/compilelib/src-debug/com/android/systemui/util/
DCompile.java22 public static final boolean IS_DEBUG = true; 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/util/
DDrawableDump.kt33 if (Compile.IS_DEBUG) StringBuilder().appendDrawable(drawable).toString() in <lambda>()
37 if (Compile.IS_DEBUG) hexColorString(getSolidColors(drawable)?.defaultColor) in <lambda>()
/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/framework/common/
DSpaEnvironment.kt98 const val IS_DEBUG = false constant
DSettingsPage.kt86 SpaEnvironment.IS_DEBUG || getPageProvider(sppName)?.isEnabled(arguments) ?: false in isEnabled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpUtil.java36 private static final boolean LOG_DEBUG = Compile.IS_DEBUG && Log.isLoggable(LOG_TAG, Log.DEBUG);
DAvalancheController.kt41 private val debug = Compile.IS_DEBUG && Log.isLoggable(tag, Log.DEBUG)
/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()
DColorUpdateLogger.kt46 get() = Compile.IS_DEBUG && notificationColorUpdateLogger()
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
DUnfoldLatencyTracker.kt180 private val DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.VERBOSE)
DDisplaySwitchLatencyTracker.kt259 private val DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.VERBOSE) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeExpansionStateManager.kt173 private val DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.DEBUG)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DViewConfigCoordinator.kt161 private val DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.DEBUG) in <lambda>()
DVisualStabilityCoordinator.java65 public static final boolean DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.VERBOSE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackSizeCalculator.kt43 private val DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.DEBUG) in <lambda>()
44 private val SPEW = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.VERBOSE) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/lifecycle/
DRepeatWhenAttached.kt75 if (Compile.IS_DEBUG && coroutineTracing()) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/log/dagger/
DLogModule.java67 if (Compile.IS_DEBUG && notifPipelineFlags.isDevLoggingEnabled()) { in provideNotificationsLogBuffer()
70 return factory.create("NotifLog", maxSize, Compile.IS_DEBUG /* systrace */); in provideNotificationsLogBuffer()
/frameworks/base/packages/SystemUI/src/com/android/systemui/flags/
DFlagDependenciesBase.kt128 get() = Compile.IS_DEBUG
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLightBarController.java63 private static final boolean DEBUG_NAVBAR = Compile.IS_DEBUG;
64 private static final boolean DEBUG_LOGS = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.DEBUG);
DCentralSurfaces.java67 boolean DEBUG_WAKEUP_DELAY = Compile.IS_DEBUG;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptLogger.kt50 if (Compile.IS_DEBUG && Log.isLoggable(TAG, Log.DEBUG)) { in logNoBubbleNotAllowed()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DFeedbackInfo.java54 private static final boolean DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.DEBUG);

12