Home
last modified time | relevance | path

Searched defs:instance (Results 1 – 6 of 6) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DSoundGenerator.java8 private static SoundGenerator instance; field in SoundGenerator
DAudioRecordHelper.java26 private static AudioRecordHelper instance; field in AudioRecordHelper
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DDeqpTestRunnerTest.java174 Map<TestIdentifier, List<Map<String, String>>> instance = new HashMap<>(); in testGlesVersion() local
324 Map<TestIdentifier, List<Map<String, String>>> instance = new HashMap<>(); in testResultCode() local
685 Map<TestIdentifier, List<Map<String, String>>> instance = new HashMap<>(); in testRun_queryPmListFailure() local
742 Map<TestIdentifier, List<Map<String, String>>> instance = new HashMap<>(); in testRun_queryRenderabilityFailure() local
832 Map<TestIdentifier, List<Map<String, String>>> instance = new HashMap<>(); in testOrientation() local
1116 Map<TestIdentifier, List<Map<String, String>>> instance = new HashMap<>(); in testRun_unsupportedPixelFormat() local
1647 Map<TestIdentifier, List<Map<String, String>>> instance = new HashMap<>(); in testMultipleInstancesLossOfDeviceMidInstance() local
2157 Map<TestIdentifier, List<Map<String, String>>> instance = new HashMap<>(); in testInterrupt_killBeforeBatch() local
2246 Map<TestIdentifier, List<Map<String, String>>> instance = new HashMap<>(); in testInterrupt_killReportTestFailed() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DResourceModifier.java126 public static ResourceModifier instance() { in instance() method in ResourceModifier
/cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
DCtsUiAutomatorTest.java1050 private UiObject getObjectByClassMatch(String regex, int instance) { in getObjectByClassMatch()
1054 private <T> UiObject getObjectByClass(Class<T> type, int instance) { in getObjectByClass()
1062 private UiObject getObjectByInstance(String className, int instance) { in getObjectByInstance()
/cts/libs/testserver/src/android/webkit/cts/
DTestWebServer.java164 private static void setInstance(TestWebServer instance, boolean isSsl) { in setInstance()