Home
last modified time | relevance | path

Searched refs:RELEASE_APP (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/gputools/src/android/gputools/cts/
DCtsRootlessGpuDebugHostTest.java109 private static final String RELEASE_APP = "android.rootlessgpudebug.RELEASE.app"; field in CtsRootlessGpuDebugHostTest
282 getDevice().executeAdbCommand("shell", "am", "force-stop", RELEASE_APP); in cleanup()
397 testLayerNotLoadedVulkan(RELEASE_APP); in testReleaseLayerLoadVulkan()
446 applySetting("gpu_debug_app", RELEASE_APP); in testDebugWrongAppVulkan()
501 applySetting("gpu_debug_app", RELEASE_APP); in testSystemPropertyEnableVulkan()
509 launchBackgroundService(RELEASE_APP, API_VULKAN); in testSystemPropertyEnableVulkan()
661 applySetting("gpu_debug_app", RELEASE_APP); in testReleaseLayerLoadGLES()
669 …xecuteAdbCommand("shell", "cat", "/data/local/tmp/" + GLES_LAYER_A_LIB, "|", "run-as", RELEASE_APP, in testReleaseLayerLoadGLES()
674 launchBackgroundService(RELEASE_APP, API_GLES); in testReleaseLayerLoadGLES()
720 applySetting("gpu_debug_app", RELEASE_APP); in testDebugWrongAppGLES()
[all …]