Searched refs:DEBUG_APP (Results 1 – 2 of 2) sorted by relevance
/cts/hostsidetests/gputools/src/android/gputools/cts/ |
D | CtsRootlessGpuDebugHostTest.java | 110 private static final String DEBUG_APP = "android.rootlessgpudebug.DEBUG.app"; field in CtsRootlessGpuDebugHostTest 283 getDevice().executeAdbCommand("shell", "am", "force-stop", DEBUG_APP); in cleanup() 340 applySetting("gpu_debug_app", DEBUG_APP); in testDebugLayerLoadVulkan() 349 "run-as", DEBUG_APP, "--user", Integer.toString(getDevice().getCurrentUser()), in testDebugLayerLoadVulkan() 352 "run-as", DEBUG_APP, "--user", Integer.toString(getDevice().getCurrentUser()), in testDebugLayerLoadVulkan() 357 launchBackgroundService(DEBUG_APP, API_VULKAN); in testDebugLayerLoadVulkan() 424 applySetting("gpu_debug_app", DEBUG_APP); in testDebugNotEnabledVulkan() 432 "run-as", DEBUG_APP, "--user", Integer.toString(getDevice().getCurrentUser()), in testDebugNotEnabledVulkan() 437 launchBackgroundService(DEBUG_APP, API_VULKAN); in testDebugNotEnabledVulkan() 461 "run-as", DEBUG_APP, "--user", Integer.toString(getDevice().getCurrentUser()), in testDebugWrongAppVulkan() [all …]
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 37427 field public static final String DEBUG_APP = "debug_app"; 37600 field @Deprecated public static final String DEBUG_APP = "debug_app";
|