/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/ |
H A D | NodeSpecBuilder.kt | 25 import com.android.systemui.util.Compile 76 if (Compile.IS_DEBUG) { 83 if (Compile.IS_DEBUG) { 90 if (Compile.IS_DEBUG) { 95 if (Compile.IS_DEBUG) {
|
H A D | NodeSpecBuilderLogger.kt | 24 import com.android.systemui.util.Compile 39 if (!(Compile.IS_DEBUG && devLoggingEnabled))
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/ |
H A D | LeakModule.java | 21 import com.android.systemui.util.Compile; 32 if (Compile.IS_DEBUG) { in providesLeakDetector()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | HeadsUpUtil.java | 27 import com.android.systemui.util.Compile; 36 private static final boolean LOG_DEBUG = Compile.IS_DEBUG && Log.isLoggable(LOG_TAG, Log.DEBUG);
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/ |
H A D | UnfoldLatencyTracker.kt | 29 import com.android.systemui.util.Compile 162 private val DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.VERBOSE)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | NotificationUtils.java | 29 import com.android.systemui.util.Compile; 86 if (Compile.IS_DEBUG && INCLUDE_HASH_CODE_IN_LIST_ENTRY_LOG_KEY) { in logKey()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | ViewConfigCoordinator.kt | 30 import com.android.systemui.util.Compile 146 private val DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.DEBUG)
|
H A D | VisualStabilityCoordinator.java | 40 import com.android.systemui.util.Compile; 61 public static final boolean DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.VERBOSE);
|
/aosp14/frameworks/base/packages/SystemUI/src-debug/com/android/systemui/util/ |
H A D | Compile.java | 20 public class Compile { class
|
/aosp14/frameworks/base/packages/SystemUI/src-release/com/android/systemui/util/ |
H A D | Compile.java | 20 public class Compile { class
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/log/dagger/ |
H A D | LogModule.java | 33 import com.android.systemui.util.Compile; 60 if (Compile.IS_DEBUG && notifPipelineFlags.isDevLoggingEnabled()) { in provideNotificationsLogBuffer() 63 return factory.create("NotifLog", maxSize, Compile.IS_DEBUG /* systrace */); in provideNotificationsLogBuffer()
|
/aosp14/frameworks/base/tools/preload/ |
H A D | Android.bp | 14 "Compile.java",
|
H A D | Compile.java | 31 public class Compile { class
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackSizeCalculator.kt | 32 import com.android.systemui.util.Compile 42 private val DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.DEBUG) 43 private val SPEW = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.VERBOSE)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | ShadeExpansionStateManager.kt | 26 import com.android.systemui.util.Compile 249 private val DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.DEBUG)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
H A D | NotificationInterruptLogger.kt | 28 import com.android.systemui.util.Compile 50 if (Compile.IS_DEBUG && Log.isLoggable(TAG, Log.DEBUG)) {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | CentralSurfaces.java | 49 import com.android.systemui.util.Compile; 68 boolean DEBUG_WAKEUP_DELAY = Compile.IS_DEBUG;
|
H A D | LightBarController.java | 45 import com.android.systemui.util.Compile; 59 private static final boolean DEBUG_NAVBAR = Compile.IS_DEBUG; 60 private static final boolean DEBUG_LOGS = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.DEBUG);
|
/aosp14/frameworks/base/tools/aapt2/cmd/ |
H A D | Compile.h | 90 int Compile(IAaptContext* context, io::IFileCollection* inputs, IArchiveWriter* output_writer,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | FeedbackInfo.java | 50 import com.android.systemui.util.Compile; 55 private static final boolean DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.DEBUG);
|
H A D | ExpandableView.java | 43 import com.android.systemui.util.Compile; 57 Compile.IS_DEBUG && Log.isLoggable(TAG, Log.VERBOSE);
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
H A D | NotificationLogger.java | 50 import com.android.systemui.util.Compile; 67 private static final boolean DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.DEBUG);
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | StatusBarStateControllerImpl.java | 61 import com.android.systemui.util.Compile; 305 if (Log.isLoggable(TAG, Log.DEBUG) || Compile.IS_DEBUG) { in setIsDreaming()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/ |
H A D | ShadeListBuilderLogger.kt | 38 import com.android.systemui.util.Compile
|
/aosp14/frameworks/base/tools/aapt2/ |
H A D | Android.bp | 29 "cmd/Compile.cpp",
|