/aosp12/packages/apps/Settings/src/com/android/settings/development/ |
H A D | NotificationChannelWarningsPreferenceController.java | 67 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 D | Main.java | 68 boolean featureEnabled = !isDebuggable(); in main() 84 private static native boolean isDebuggable(); in isDebuggable() method in Main
|
/aosp12/system/nfc/src/adaptation/ |
H A D | debug_nfcsnoop.cc | 56 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 D | Main.java | 79 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 D | NotificationChannelWarningsPreferenceControllerTest.java | 107 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 D | Main.java | 30 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 D | BuildInfo.java | 34 public boolean isDebuggable() { in isDebuggable() method in BuildInfo
|
/aosp12/frameworks/base/core/java/android/content/pm/parsing/ |
H A D | PackageLite.java | 116 mDebuggable = baseApk.isDebuggable(); in PackageLite() 314 public boolean isDebuggable() { in isDebuggable() method in PackageLite
|
H A D | ApkLite.java | 319 public boolean isDebuggable() { in isDebuggable() method in ApkLite
|
H A D | ParsingPackageRead.java | 407 boolean isDebuggable(); in isDebuggable() method
|
/aosp12/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()
|
/aosp12/hardware/st/nfc/st21nfc/ |
H A D | hal_wrapper.cc | 69 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 D | BackupEligibilityRules.java | 190 boolean isDebuggable = (app.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in isAppBackupAllowed() 207 return isDebuggable; in isAppBackupAllowed()
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | GraphicsEnvironment.java | 298 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 D | PluginManagerImpl.java | 80 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 D | PkgAppInfo.java | 321 boolean isDebuggable(); in isDebuggable() method
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | SplashScreenExceptionList.java | 46 private static final boolean DEBUG = Build.isDebuggable();
|
/aosp12/frameworks/native/libs/graphicsenv/include/graphicsenv/ |
H A D | GraphicsEnv.h | 45 bool isDebuggable();
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/om/ |
H A D | OverlayActorEnforcerTests.kt | 132 whenever(this.isDebuggable).thenReturn(true) 290 whenever(this.isDebuggable).thenReturn(false)
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_os_GraphicsEnvironment.cpp | 29 return android::GraphicsEnv::getInstance().isDebuggable(); in isDebuggable_native()
|
/aosp12/frameworks/base/core/java/com/android/internal/content/ |
H A D | NativeLibraryHelper.java | 101 lite.isDebuggable()); in create() 134 lite.isExtractNativeLibs(), lite.isDebuggable()); in createFd()
|
/aosp12/system/core/bootstat/ |
H A D | boot_reason_test.sh | 95 isDebuggable() { function 105 if isDebuggable; then 1093 if isDebuggable; then # see below
|
/aosp12/system/libhidl/transport/ |
H A D | ServiceManagement.cpp | 171 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 D | OverlayActorEnforcer.java | 121 if (targetPkgInfo.isDebuggable()) { in isAllowedActor()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageManagerServiceUtils.java | 868 ret.debuggable = pkg.isDebuggable(); in getMinimalPackageInfo() 926 final boolean isDebuggable = Build.IS_DEBUGGABLE || isAppDebuggable; in isDowngradePermitted() 927 if (isDebuggable) { in isDowngradePermitted()
|