Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/webkit/
DTestSystemImpl.java46 int numRelros, boolean isDebuggable, boolean multiProcessDefault) { in TestSystemImpl() argument
50 mIsDebuggable = isDebuggable; in TestSystemImpl()
DWebViewUpdateServiceTest.java96 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/
DPluginManagerImpl.java77 private final boolean isDebuggable; field in PluginManagerImpl
97 isDebuggable = debuggable; in PluginManagerImpl()
291 if (!isDebuggable && !isPluginPackageWhitelisted(appInfo.packageName)) { in getClassLoader()
DPluginInstanceManager.java68 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/
DGraphicsEnvironment.java176 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/
DDevicePolicyManagerServiceTestable.java429 return services.buildMock.isDebuggable; in isBuildDebuggable()
DMockSystemServices.java348 public boolean isDebuggable = true; field in MockSystemServices.BuildMock
DDevicePolicyManagerTest.java2663 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/
DPackageManagerServiceUtils.java829 final boolean isDebuggable = in isDowngradePermitted()
832 if (isDebuggable) { in isDowngradePermitted()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java700 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/
Dhiddenapi-greylist-max-o.txt53470 Landroid/os/GraphicsEnvironment;->isDebuggable(Landroid/content/Context;)Z