/frameworks/base/services/tests/servicestests/src/com/android/server/webkit/ |
D | TestSystemImpl.java | 46 int numRelros, boolean isDebuggable, boolean multiProcessDefault) { in TestSystemImpl() argument 50 mIsDebuggable = isDebuggable; in TestSystemImpl()
|
D | WebViewUpdateServiceTest.java | 96 boolean fallbackLogicEnabled, int numRelros, boolean isDebuggable, in setupWithAllParameters() argument 99 isDebuggable, multiProcessDefault); in setupWithAllParameters()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/ |
D | PluginManagerImpl.java | 77 private final boolean isDebuggable; field in PluginManagerImpl 97 isDebuggable = debuggable; in PluginManagerImpl() 291 if (!isDebuggable && !isPluginPackageWhitelisted(appInfo.packageName)) { in getClassLoader()
|
D | PluginInstanceManager.java | 68 private final boolean isDebuggable; field in PluginInstanceManager 93 isDebuggable = debuggable; in PluginInstanceManager() 330 if (!isDebuggable && !isPluginWhitelisted(component)) { in handleLoadPlugin()
|
/frameworks/base/core/java/android/os/ |
D | GraphicsEnvironment.java | 176 private static boolean isDebuggable(Context context) { in isDebuggable() method in GraphicsEnvironment 234 if (isDebuggable(context) || (getCanLoadSystemLibraries() == 1)) { in setupGpuLayers() 415 final boolean appIsDebuggable = isDebuggable(context); in getAngleDebugPackage() 452 final boolean appIsDebuggable = isDebuggable(context); in setupAngleWithTempRulesFile()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
D | DevicePolicyManagerServiceTestable.java | 429 return services.buildMock.isDebuggable; in isBuildDebuggable()
|
D | MockSystemServices.java | 348 public boolean isDebuggable = true; field in MockSystemServices.BuildMock
|
D | DevicePolicyManagerTest.java | 2663 getServices().buildMock.isDebuggable = false; in testSetRequiredStrongAuthTimeout_DeviceOwner() 2672 getServices().buildMock.isDebuggable = true; in testSetRequiredStrongAuthTimeout_DeviceOwner() 3337 getServices().buildMock.isDebuggable = false; in testForceUpdateUserSetupComplete_userbuild() 3362 getServices().buildMock.isDebuggable = true; in testForceUpdateUserSetupComplete_userDebugbuild()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerServiceUtils.java | 829 final boolean isDebuggable = in isDowngradePermitted() 832 if (isDebuggable) { in isDowngradePermitted()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 700 boolean isDebuggable) { in PackageAssociationInfo() argument 703 mIsDebuggable = isDebuggable; in PackageAssociationInfo() 714 boolean isDebuggable() { in isDebuggable() method in ActivityManagerService.PackageAssociationInfo 718 void setDebuggable(boolean isDebuggable) { in setDebuggable() argument 719 mIsDebuggable = isDebuggable; in setDebuggable() 2684 boolean isDebuggable = false; in ensureAllowedAssociations() 2689 isDebuggable = (ai.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in ensureAllowedAssociations() 2694 mAllowedAssociations.put(pkg, new PackageAssociationInfo(pkg, asc, isDebuggable)); in ensureAllowedAssociations() 8026 boolean isDebuggable = "1".equals(SystemProperties.get(SYSTEM_DEBUGGABLE, "0")); in setTrackAllocationApp() 8027 if (!isDebuggable) { in setTrackAllocationApp() [all …]
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 53470 Landroid/os/GraphicsEnvironment;->isDebuggable(Landroid/content/Context;)Z
|