Searched refs:RELEASE_APP (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/gputools/src/android/gputools/cts/ |
D | CtsRootlessGpuDebugHostTest.java | 101 private static final String RELEASE_APP = "android.rootlessgpudebug.RELEASE.app"; field in CtsRootlessGpuDebugHostTest 272 getDevice().executeAdbCommand("shell", "am", "force-stop", RELEASE_APP); in cleanup() 354 applySetting("gpu_debug_app", RELEASE_APP); in testReleaseLayerLoadVulkan() 362 "run-as", RELEASE_APP, "--user", Integer.toString(getDevice().getCurrentUser()), in testReleaseLayerLoadVulkan() 367 getDevice().executeAdbCommand("shell", "am", "start", "-n", RELEASE_APP + "/" + ACTIVITY); in testReleaseLayerLoadVulkan() 414 applySetting("gpu_debug_app", RELEASE_APP); in testDebugWrongAppVulkan() 473 applySetting("gpu_debug_app", RELEASE_APP); in testSystemPropertyEnableVulkan() 481 getDevice().executeAdbCommand("shell", "am", "start", "-n", RELEASE_APP + "/" + ACTIVITY); in testSystemPropertyEnableVulkan() 607 applySetting("gpu_debug_app", RELEASE_APP); in testReleaseLayerLoadGLES() 615 …xecuteAdbCommand("shell", "cat", "/data/local/tmp/" + GLES_LAYER_A_LIB, "|", "run-as", RELEASE_APP, in testReleaseLayerLoadGLES() [all …]
|