Home
last modified time | relevance | path

Searched refs:isDebuggable (Results 1 – 17 of 17) 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/core/java/android/os/
DGraphicsEnvironment.java229 if (isDebuggable()) { in setupGpuLayers()
410 if (isDebuggable()) { in getAngleDebugPackage()
445 if (!isDebuggable()) { in setupAngleWithTempRulesFile()
715 || isDebuggable(); in chooseDriverInternal()
891 private static native boolean isDebuggable(); in isDebuggable() method in GraphicsEnvironment
/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/jni/
Dandroid_os_GraphicsEnvironment.cpp27 return android::GraphicsEnv::getInstance().isDebuggable(); in isDebuggable_native()
/frameworks/native/libs/graphicsenv/include/graphicsenv/
DGraphicsEnv.h96 bool isDebuggable();
/frameworks/native/opengl/libs/EGL/
Degl_layers.cpp340 if (android::GraphicsEnv::getInstance().isDebuggable()) { in LoadLayers()
/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.java2690 getServices().buildMock.isDebuggable = false; in testSetRequiredStrongAuthTimeout_DeviceOwner()
2699 getServices().buildMock.isDebuggable = true; in testSetRequiredStrongAuthTimeout_DeviceOwner()
3364 getServices().buildMock.isDebuggable = false; in testForceUpdateUserSetupComplete_userbuild()
3389 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/native/vulkan/libvulkan/
Dlayers_extensions.cpp465 if (android::GraphicsEnv::getInstance().isDebuggable()) { in DiscoverLayers()
Dapi.cpp374 android::GraphicsEnv::getInstance().isDebuggable() && in EnableDebugCallback()
/frameworks/native/libs/graphicsenv/
DGraphicsEnv.cpp137 bool GraphicsEnv::isDebuggable() { in isDebuggable() function in android::GraphicsEnv
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java709 boolean isDebuggable) { in PackageAssociationInfo() argument
712 mIsDebuggable = isDebuggable; in PackageAssociationInfo()
723 boolean isDebuggable() { in isDebuggable() method in ActivityManagerService.PackageAssociationInfo
727 void setDebuggable(boolean isDebuggable) { in setDebuggable() argument
728 mIsDebuggable = isDebuggable; in setDebuggable()
2712 boolean isDebuggable = false; in ensureAllowedAssociations()
2717 isDebuggable = (ai.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in ensureAllowedAssociations()
2722 mAllowedAssociations.put(pkg, new PackageAssociationInfo(pkg, asc, isDebuggable)); in ensureAllowedAssociations()
8068 boolean isDebuggable = "1".equals(SystemProperties.get(SYSTEM_DEBUGGABLE, "0")); in setTrackAllocationApp()
8069 if (!isDebuggable) { in setTrackAllocationApp()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt49888 Landroid/os/GraphicsEnvironment;->isDebuggable(Landroid/content/Context;)Z