Searched refs:DEBUG_APP (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/gputools/src/android/gputools/cts/ |
D | CtsRootlessGpuDebugHostTest.java | 108 private static final String DEBUG_APP = "android.rootlessgpudebug.DEBUG.app"; field in CtsRootlessGpuDebugHostTest 281 getDevice().executeAdbCommand("shell", "am", "force-stop", DEBUG_APP); in cleanup() 337 applySetting("gpu_debug_app", DEBUG_APP); in testDebugLayerLoadVulkan() 346 "run-as", DEBUG_APP, "--user", Integer.toString(getDevice().getCurrentUser()), in testDebugLayerLoadVulkan() 349 "run-as", DEBUG_APP, "--user", Integer.toString(getDevice().getCurrentUser()), in testDebugLayerLoadVulkan() 354 launchBackgroundService(DEBUG_APP, API_VULKAN); in testDebugLayerLoadVulkan() 418 applySetting("gpu_debug_app", DEBUG_APP); in testDebugNotEnabledVulkan() 426 "run-as", DEBUG_APP, "--user", Integer.toString(getDevice().getCurrentUser()), in testDebugNotEnabledVulkan() 431 launchBackgroundService(DEBUG_APP, API_VULKAN); in testDebugNotEnabledVulkan() 454 "run-as", DEBUG_APP, "--user", Integer.toString(getDevice().getCurrentUser()), in testDebugWrongAppVulkan() [all …]
|