/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/core/java/android/os/ |
D | GraphicsEnvironment.java | 229 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/ |
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/jni/ |
D | android_os_GraphicsEnvironment.cpp | 27 return android::GraphicsEnv::getInstance().isDebuggable(); in isDebuggable_native()
|
/frameworks/native/libs/graphicsenv/include/graphicsenv/ |
D | GraphicsEnv.h | 96 bool isDebuggable();
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_layers.cpp | 340 if (android::GraphicsEnv::getInstance().isDebuggable()) { in LoadLayers()
|
/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 | 2690 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/ |
D | PackageManagerServiceUtils.java | 829 final boolean isDebuggable = in isDowngradePermitted() 832 if (isDebuggable) { in isDowngradePermitted()
|
/frameworks/native/vulkan/libvulkan/ |
D | layers_extensions.cpp | 465 if (android::GraphicsEnv::getInstance().isDebuggable()) { in DiscoverLayers()
|
D | api.cpp | 374 android::GraphicsEnv::getInstance().isDebuggable() && in EnableDebugCallback()
|
/frameworks/native/libs/graphicsenv/ |
D | GraphicsEnv.cpp | 137 bool GraphicsEnv::isDebuggable() { in isDebuggable() function in android::GraphicsEnv
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 709 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/ |
D | hiddenapi-greylist-max-o.txt | 49888 Landroid/os/GraphicsEnvironment;->isDebuggable(Landroid/content/Context;)Z
|