Home
last modified time | relevance | path

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

123

/aosp12/packages/apps/Settings/src/com/android/settings/development/
H A DNotificationChannelWarningsPreferenceController.java67 final int defaultWarningEnabled = isDebuggable() ? DEBUGGING_ENABLED : DEBUGGING_DISABLED; in updateState()
82 boolean isDebuggable() { in isDebuggable() method in NotificationChannelWarningsPreferenceController
/aosp12/art/test/692-vdex-secondary-loader/src/
H A DMain.java68 boolean featureEnabled = !isDebuggable(); in main()
84 private static native boolean isDebuggable(); in isDebuggable() method in Main
/aosp12/system/nfc/src/adaptation/
H A Ddebug_nfcsnoop.cc56 static bool isDebuggable = false; variable
136 if (isDebuggable && in nfcsnoop_capture()
156 isDebuggable = property_get_int32("ro.debuggable", 0); in debug_nfcsnoop_init()
/aosp12/art/test/692-vdex-inmem-loader/src/
H A DMain.java79 boolean featureEnabled = !isDebuggable(); in main()
122 private static native boolean isDebuggable(); in isDebuggable() method in Main
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
H A DNotificationChannelWarningsPreferenceControllerTest.java107 doReturn(true).when(mController).isDebuggable(); in updateState_settingUndefinedDebuggingEnabled_preferenceShouldBeChecked()
119 doReturn(false).when(mController).isDebuggable(); in updateState_settingUndefinedDebuggingDisabled_preferenceShouldNotBeChecked()
/aosp12/art/test/693-vdex-inmem-loader-evict/src/
H A DMain.java30 if (isDebuggable()) { in main()
70 private static native boolean isDebuggable(); in isDebuggable() method in Main
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/wrapper/
H A DBuildInfo.java34 public boolean isDebuggable() { in isDebuggable() method in BuildInfo
/aosp12/frameworks/base/core/java/android/content/pm/parsing/
H A DPackageLite.java116 mDebuggable = baseApk.isDebuggable(); in PackageLite()
314 public boolean isDebuggable() { in isDebuggable() method in PackageLite
H A DApkLite.java319 public boolean isDebuggable() { in isDebuggable() method in ApkLite
H A DParsingPackageRead.java407 boolean isDebuggable(); in isDebuggable() method
/aosp12/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()
/aosp12/hardware/st/nfc/st21nfc/
H A Dhal_wrapper.cc69 static bool isDebuggable; variable
122 isDebuggable = property_get_int32("ro.debuggable", 0); in hal_wrapper_open()
393 isDebuggable) { in halWrapperDataCallback()
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/utils/
H A DBackupEligibilityRules.java190 boolean isDebuggable = (app.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in isAppBackupAllowed()
207 return isDebuggable; in isAppBackupAllowed()
/aosp12/frameworks/base/core/java/android/os/
H A DGraphicsEnvironment.java298 if (!isDebuggable() && !canInjectLayers(ai)) { in debugLayerEnabled()
466 if (!isDebuggable()) { in getAngleDebugPackage()
664 || isDebuggable(); in chooseDriverInternal()
841 private static native boolean isDebuggable(); in isDebuggable() method in GraphicsEnvironment
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
H A DPluginManagerImpl.java80 public boolean isDebuggable() { in isDebuggable() method in PluginManagerImpl
108 allowMultiple, isDebuggable()); in addPluginListener()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/
H A DPkgAppInfo.java321 boolean isDebuggable(); in isDebuggable() method
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DSplashScreenExceptionList.java46 private static final boolean DEBUG = Build.isDebuggable();
/aosp12/frameworks/native/libs/graphicsenv/include/graphicsenv/
H A DGraphicsEnv.h45 bool isDebuggable();
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/om/
H A DOverlayActorEnforcerTests.kt132 whenever(this.isDebuggable).thenReturn(true)
290 whenever(this.isDebuggable).thenReturn(false)
/aosp12/frameworks/base/core/jni/
H A Dandroid_os_GraphicsEnvironment.cpp29 return android::GraphicsEnv::getInstance().isDebuggable(); in isDebuggable_native()
/aosp12/frameworks/base/core/java/com/android/internal/content/
H A DNativeLibraryHelper.java101 lite.isDebuggable()); in create()
134 lite.isExtractNativeLibs(), lite.isDebuggable()); in createFd()
/aosp12/system/core/bootstat/
H A Dboot_reason_test.sh95 isDebuggable() { function
105 if isDebuggable; then
1093 if isDebuggable; then # see below
/aosp12/system/libhidl/transport/
H A DServiceManagement.cpp171 static bool isDebuggable() { in isDebuggable() function
177 if (kEnforceVintfManifest && !isDebuggable()) { in isTrebleTestingOverride()
768 const bool allowLegacy = !kEnforceVintfManifest || (trebleTestingOverride && isDebuggable()); in getRawServiceInternal()
/aosp12/frameworks/base/services/core/java/com/android/server/om/
H A DOverlayActorEnforcer.java121 if (targetPkgInfo.isDebuggable()) { in isAllowedActor()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerServiceUtils.java868 ret.debuggable = pkg.isDebuggable(); in getMinimalPackageInfo()
926 final boolean isDebuggable = Build.IS_DEBUGGABLE || isAppDebuggable; in isDowngradePermitted()
927 if (isDebuggable) { in isDowngradePermitted()

123