/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/ |
D | NodeSpecBuilder.kt | 76 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>()
|
D | NodeSpecBuilderLogger.kt | 39 if (!(Compile.IS_DEBUG && devLoggingEnabled)) in logBuildNodeSpec()
|
/frameworks/base/packages/SystemUI/src-debug/com/android/systemui/util/ |
D | Compile.java | 22 public static final boolean IS_DEBUG = true; field in Compile
|
/frameworks/base/packages/SystemUI/src-release/com/android/systemui/util/ |
D | Compile.java | 22 public static final boolean IS_DEBUG = false; field in Compile
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/ |
D | LeakModule.java | 32 if (Compile.IS_DEBUG) { in providesLeakDetector()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackSizeCalculator.kt | 40 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>()
|
D | NotificationStackScrollLayoutController.java | 140 private static final boolean DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.DEBUG);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/ |
D | UnfoldLatencyTracker.kt | 162 private val DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.VERBOSE)
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | ViewConfigCoordinator.kt | 146 private val DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.DEBUG) in <lambda>()
|
D | VisualStabilityCoordinator.java | 61 public static final boolean DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.VERBOSE);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationUtils.java | 86 if (Compile.IS_DEBUG && INCLUDE_HASH_CODE_IN_LIST_ENTRY_LOG_KEY) { in logKey()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | ShadeExpansionStateManager.kt | 236 private val DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.DEBUG)
|
D | NotificationPanelViewController.java | 258 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/ |
D | LogModule.java | 59 if (Compile.IS_DEBUG && notifPipelineFlags.isDevLoggingEnabled()) { in provideNotificationsLogBuffer()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | FeedbackInfo.java | 55 private static final boolean DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.DEBUG);
|
D | ExpandableNotificationRow.java | 142 private static final boolean DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.DEBUG); 144 Compile.IS_DEBUG && Log.isLoggable(TAG, Log.VERBOSE);
|
D | NotificationContentView.java | 83 private static final boolean DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.DEBUG);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | CentralSurfaces.java | 75 boolean DEBUG_WAKEUP_DELAY = Compile.IS_DEBUG;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | StatusBarStateControllerImpl.java | 304 if (Log.isLoggable(TAG, Log.DEBUG) || Compile.IS_DEBUG) { in setIsDreaming()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationLogger.java | 66 private static final boolean DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.DEBUG);
|