Home
last modified time | relevance | path

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

/cts/hostsidetests/graphics/gpuprofiling/src/android/graphics/gpuprofiling/cts/
DCtsGpuProfilingDataTest.java101 String layerApp = getDevice().getProperty(LAYER_PACKAGE_PROPERTY); in init() local
102 if (layerApp != null && !layerApp.isEmpty()) { in init()
105 … getDevice().executeShellV2Command("settings put global gpu_debug_layer_app " + layerApp); in init()
/cts/hostsidetests/gputools/src/android/gputools/cts/
DCtsRootlessGpuDebugHostTest.java163 private void setupLayer(String layer, String layerApp) throws Exception { in setupLayer() argument
166 String libPath = getDevice().executeAdbCommand("shell", "pm", "path", layerApp); in setupLayer()