/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/wrapper/ |
H A D | BuildInfo.java | 34 public boolean isDebuggable() { in isDebuggable() method in BuildInfo 37 return Build.isDebuggable(); in isDebuggable()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
H A D | BiometricSchedulerOperation.java | 112 @NonNull BooleanSupplier isDebuggable in BiometricSchedulerOperation() argument 114 this(clientMonitor, callback, STATE_WAITING_IN_QUEUE, isDebuggable); in BiometricSchedulerOperation() 122 this(clientMonitor, callback, state, Build::isDebuggable); in BiometricSchedulerOperation() 129 @NonNull BooleanSupplier isDebuggable in BiometricSchedulerOperation() argument 134 mIsDebuggable = isDebuggable; in BiometricSchedulerOperation()
|
H A D | InternalCleanupClient.java | 92 if (mFavorHalEnrollments && Build.isDebuggable()) {
|
/aosp14/frameworks/base/core/java/android/companion/utils/ |
H A D | FeatureUtils.java | 36 if (Build.isDebuggable()) { in isPermSyncEnabled()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/webkit/ |
H A D | TestSystemImpl.java | 44 public TestSystemImpl(WebViewProviderInfo[] packageConfigs, int numRelros, boolean isDebuggable, in TestSystemImpl() argument 48 mIsDebuggable = isDebuggable; in TestSystemImpl()
|
/aosp14/frameworks/base/core/java/android/content/pm/parsing/ |
H A D | PackageLite.java | 128 mDebuggable = baseApk.isDebuggable(); in PackageLite() 364 public boolean isDebuggable() { in isDebuggable() method in PackageLite
|
H A D | ApkLite.java | 378 public boolean isDebuggable() { in isDebuggable() method in ApkLite
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/ |
H A D | BouncerMessageAuditLogger.kt | 43 if (Build.isDebuggable()) {
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/sysui/ |
H A D | ShellInit.java | 62 if (Build.isDebuggable()) { in addInitCallback()
|
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/utils/ |
H A D | BackupEligibilityRules.java | 218 boolean isDebuggable = (app.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in isAppBackupAllowed() 236 return isDebuggable; in isAppBackupAllowed()
|
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/ |
H A D | PluginManagerImpl.java | 79 public boolean isDebuggable() { in isDebuggable() method in PluginManagerImpl 107 allowMultiple, isDebuggable()); in addPluginListener()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/ |
H A D | ClipboardOverlayUtils.java | 56 if (Build.isDebuggable() && DeviceConfig.getBoolean( in isRemoteCopy()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | SplashScreenExceptionList.java | 46 private static final boolean DEBUG = Build.isDebuggable();
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/ |
H A D | DebugModeFilterProvider.kt | 67 if (!Build.isDebuggable()) {
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | GraphicsEnvironment.java | 325 if (!isDebuggable() && !canInjectLayers(ai)) { in debugLayerEnabled() 532 if (!isDebuggable()) { in getAngleDebugPackage() 765 || isDebuggable(); in chooseDriverInternal() 942 private static native boolean isDebuggable(); in isDebuggable() method in GraphicsEnvironment
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_os_GraphicsEnvironment.cpp | 30 return android::GraphicsEnv::getInstance().isDebuggable(); in isDebuggable_native()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | UdfpsControllerOverlay.kt | 112 private val isDebuggable: Boolean = Build.IS_DEBUGGABLE, 161 if (isDebuggable) {
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
H A D | UdfpsControllerOverlayTest.kt | 144 isDebuggable: Boolean = false, 154 primaryBouncerInteractor, alternateBouncerInteractor, isDebuggable, udfpsUtils,
|
/aosp14/frameworks/base/core/java/com/android/internal/content/ |
H A D | NativeLibraryHelper.java | 100 lite.isDebuggable()); in create() 133 lite.isExtractNativeLibs(), lite.isDebuggable()); in createFd()
|
/aosp14/system/core/bootstat/ |
H A D | boot_reason_test.sh | 95 isDebuggable() { function 105 if isDebuggable; then 1090 if isDebuggable; then # see below
|
/aosp14/frameworks/base/services/core/java/com/android/server/om/ |
H A D | OverlayActorEnforcer.java | 120 if (targetPkg.isDebuggable()) { in isAllowedActor()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | DeviceProvisionedControllerImpl.kt | 192 return frpActive.get() && !buildInfo.isDebuggable
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
H A D | DreamTile.java | 197 return Build.isDebuggable() in isAvailable()
|
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/transport/ |
H A D | CompanionTransportManager.java | 197 } else if (Build.isDebuggable()) { in initializeTransport()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A D | DeviceProvisionedControllerImplTest.kt | 79 whenever(buildInfo.isDebuggable).thenReturn(false)
|