Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/midilib/
DNativeMidiManager.java33 public native void startTest(MidiNativeTestActivity.NativeMidiTestModule testModule, in startTest()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioDataPathsBaseActivity.java277 TestStateData(TestModule testModule) { in TestStateData()
281 abstract String buildErrorString(TestModule testModule); in buildErrorString()
291 BadSharingTestState(TestModule testModule, in BadSharingTestState()
299 String buildErrorString(TestModule testModule) { in buildErrorString()
328 BadMMAPTestState(TestModule testModule, in BadMMAPTestState()
336 String buildErrorString(TestModule testModule) { in buildErrorString()
1232 public int startTest(TestModule testModule) { in startTest()
1350 TestModule testModule = getActiveTestModule(); in completeTestStep() local
1380 TestModule testModule = mTestModules.get(mTestStep); in advanceTestModule() local
1542 TestModule testModule = mTestManager.getActiveTestModule(); in onDataReady() local
DAudioDataPathsSpeakerMicActivity.java64 TestModule testModule; in gatherTestModules() local
DAudioDataPathsAnalogActivity.java63 TestModule testModule; in gatherTestModules() local
DAudioDataPathsUSBActivity.java66 TestModule testModule; in gatherTestModules() local
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DCddCoverage.java96 TestMethod(String testModule, String testClass, String testMethod) { in TestMethod()