Home
last modified time | relevance | path

Searched refs:isDebuggable (Results 1 – 25 of 64) sorted by relevance

123

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/wrapper/
H A DBuildInfo.java34 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 DBiometricSchedulerOperation.java112 @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 DInternalCleanupClient.java92 if (mFavorHalEnrollments && Build.isDebuggable()) {
/aosp14/frameworks/base/core/java/android/companion/utils/
H A DFeatureUtils.java36 if (Build.isDebuggable()) { in isPermSyncEnabled()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/webkit/
H A DTestSystemImpl.java44 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 DPackageLite.java128 mDebuggable = baseApk.isDebuggable(); in PackageLite()
364 public boolean isDebuggable() { in isDebuggable() method in PackageLite
H A DApkLite.java378 public boolean isDebuggable() { in isDebuggable() method in ApkLite
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
H A DBouncerMessageAuditLogger.kt43 if (Build.isDebuggable()) {
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/sysui/
H A DShellInit.java62 if (Build.isDebuggable()) { in addInitCallback()
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/utils/
H A DBackupEligibilityRules.java218 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 DPluginManagerImpl.java79 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 DClipboardOverlayUtils.java56 if (Build.isDebuggable() && DeviceConfig.getBoolean( in isRemoteCopy()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSplashScreenExceptionList.java46 private static final boolean DEBUG = Build.isDebuggable();
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
H A DDebugModeFilterProvider.kt67 if (!Build.isDebuggable()) {
/aosp14/frameworks/base/core/java/android/os/
H A DGraphicsEnvironment.java325 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 Dandroid_os_GraphicsEnvironment.cpp30 return android::GraphicsEnv::getInstance().isDebuggable(); in isDebuggable_native()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsControllerOverlay.kt112 private val isDebuggable: Boolean = Build.IS_DEBUGGABLE,
161 if (isDebuggable) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DUdfpsControllerOverlayTest.kt144 isDebuggable: Boolean = false,
154 primaryBouncerInteractor, alternateBouncerInteractor, isDebuggable, udfpsUtils,
/aosp14/frameworks/base/core/java/com/android/internal/content/
H A DNativeLibraryHelper.java100 lite.isDebuggable()); in create()
133 lite.isExtractNativeLibs(), lite.isDebuggable()); in createFd()
/aosp14/system/core/bootstat/
H A Dboot_reason_test.sh95 isDebuggable() { function
105 if isDebuggable; then
1090 if isDebuggable; then # see below
/aosp14/frameworks/base/services/core/java/com/android/server/om/
H A DOverlayActorEnforcer.java120 if (targetPkg.isDebuggable()) { in isAllowedActor()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDeviceProvisionedControllerImpl.kt192 return frpActive.get() && !buildInfo.isDebuggable
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DDreamTile.java197 return Build.isDebuggable() in isAvailable()
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/transport/
H A DCompanionTransportManager.java197 } else if (Build.isDebuggable()) { in initializeTransport()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DDeviceProvisionedControllerImplTest.kt79 whenever(buildInfo.isDebuggable).thenReturn(false)

123