Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DDeqpTestRunnerTest.java1365 Map<String,String> supportedConfigC = new HashMap<>(); in testRun_multipleInstances() local
1366 supportedConfigC.put("glconfig", "rgba8888d24s8"); in testRun_multipleInstances()
1367 supportedConfigC.put("rotation", "180"); in testRun_multipleInstances()
1368 supportedConfigC.put("surfacetype", "window"); in testRun_multipleInstances()
1385 instances.get(testIds[1]).add(supportedConfigC); in testRun_multipleInstances()
1390 instances.get(testIds[2]).add(supportedConfigC); in testRun_multipleInstances()
1639 Map<String,String> supportedConfigC = new HashMap<>(); in testMultipleInstancesLossOfDeviceMidInstance() local
1640 supportedConfigC.put("glconfig", "rgba8888d24s8"); in testMultipleInstancesLossOfDeviceMidInstance()
1641 supportedConfigC.put("rotation", "180"); in testMultipleInstancesLossOfDeviceMidInstance()
1642 supportedConfigC.put("surfacetype", "window"); in testMultipleInstancesLossOfDeviceMidInstance()
[all …]