Searched defs:instance (Results 1 – 6 of 6) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | SoundGenerator.java | 8 private static SoundGenerator instance; field in SoundGenerator
|
D | AudioRecordHelper.java | 26 private static AudioRecordHelper instance; field in AudioRecordHelper
|
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/ |
D | DeqpTestRunnerTest.java | 174 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/ |
D | ResourceModifier.java | 126 public static ResourceModifier instance() { in instance() method in ResourceModifier
|
/cts/tests/uiautomator/src/com/android/cts/uiautomatortest/ |
D | CtsUiAutomatorTest.java | 1050 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/ |
D | TestWebServer.java | 164 private static void setInstance(TestWebServer instance, boolean isSsl) { in setInstance()
|