Home
last modified time | relevance | path

Searched defs:testCaseType (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/cts/tests/tests/voicesettings/src/android/voicesettings/cts/
H A DBroadcastTestBase.java127 protected void registerBroadcastReceiver(BroadcastUtils.TestcaseType testCaseType) in registerBroadcastReceiver()
137 protected boolean startTestAndWaitForBroadcast(BroadcastUtils.TestcaseType testCaseType, in startTestAndWaitForBroadcast()
179 protected boolean startTestAndWaitForChange(BroadcastUtils.TestcaseType testCaseType, Uri uri, in startTestAndWaitForChange()
H A DBroadcastTestStartActivity.java42 void startTest(String testCaseType, String pkg, String cls) { in startTest()
/aosp_15_r20/cts/tests/tests/assist/common/src/android/assist/common/
H A DUtils.java192 public static final ComponentName getTestAppComponent(String testCaseType) { in getTestAppComponent()
233 public static final int getAssistDataTimeout(String testCaseType) { in getAssistDataTimeout()
/aosp_15_r20/cts/tests/tests/voicesettings/service/src/android/voicesettings/service/
H A DVoiceInteractionMain.java34 String testCaseType = getIntent().getStringExtra(BroadcastUtils.TESTCASE_TYPE); in onCreate() local
H A DMainInteractionSession.java73 String testCaseType = args.getString(BroadcastUtils.TESTCASE_TYPE); in onShow() local
/aosp_15_r20/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
H A DVoiceInteractionTest.java118 private void verifySingleTestcaseResult(Utils.TestCaseType testCaseType, String result) { in verifySingleTestcaseResult()
/aosp_15_r20/external/json-schema-validator/src/test/java/com/networknt/schema/suite/
H A DTestSource.java18 …protected static final TypeReference<List<TestCase>> testCaseType = new TypeReference<List<TestCas… field in TestSource
/aosp_15_r20/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
H A DMainInteractionSession.java273 Utils.TestCaseType testCaseType; in isTestTypeCancel() local
/aosp_15_r20/external/deqp/framework/common/
H A DtcuTestLog.cpp532 void TestLog::startCase(const char *testCasePath, qpTestCaseType testCaseType) in startCase()
/aosp_15_r20/external/deqp/framework/qphelper/
H A DqpTestLog.c426 bool qpTestLog_startCase(qpTestLog *log, const char *testCasePath, qpTestCaseType testCaseType) in qpTestLog_startCase()