Home
last modified time | relevance | path

Searched refs:Compile (Results 1 – 25 of 32) sorted by relevance

12

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DNodeSpecBuilder.kt25 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 DNodeSpecBuilderLogger.kt24 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 DLeakModule.java21 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 DHeadsUpUtil.java27 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 DUnfoldLatencyTracker.kt29 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 DNotificationUtils.java29 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 DViewConfigCoordinator.kt30 import com.android.systemui.util.Compile
146 private val DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.DEBUG)
H A DVisualStabilityCoordinator.java40 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 DCompile.java20 public class Compile { class
/aosp14/frameworks/base/packages/SystemUI/src-release/com/android/systemui/util/
H A DCompile.java20 public class Compile { class
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/log/dagger/
H A DLogModule.java33 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 DAndroid.bp14 "Compile.java",
H A DCompile.java31 public class Compile { class
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackSizeCalculator.kt32 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 DShadeExpansionStateManager.kt26 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 DNotificationInterruptLogger.kt28 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 DCentralSurfaces.java49 import com.android.systemui.util.Compile;
68 boolean DEBUG_WAKEUP_DELAY = Compile.IS_DEBUG;
H A DLightBarController.java45 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 DCompile.h90 int Compile(IAaptContext* context, io::IFileCollection* inputs, IArchiveWriter* output_writer,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DFeedbackInfo.java50 import com.android.systemui.util.Compile;
55 private static final boolean DEBUG = Compile.IS_DEBUG && Log.isLoggable(TAG, Log.DEBUG);
H A DExpandableView.java43 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 DNotificationLogger.java50 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 DStatusBarStateControllerImpl.java61 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 DShadeListBuilderLogger.kt38 import com.android.systemui.util.Compile
/aosp14/frameworks/base/tools/aapt2/
H A DAndroid.bp29 "cmd/Compile.cpp",

12