Home
last modified time | relevance | path

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

/cts/tests/tests/alarmclock/src/android/alarmclock/cts/
DAlarmClockTestBase.java71 private void registerBroadcastReceiver(TestcaseType testCaseType) throws Exception { in registerBroadcastReceiver()
79 private boolean isIntentSupported(TestcaseType testCaseType) { in isIntentSupported()
112 protected String runTest(TestcaseType testCaseType) throws Exception { in runTest()
131 private boolean startTestActivity(TestcaseType testCaseType) { in startTestActivity()
DTestStartActivity.java41 void startTest(String testCaseType) { in startTest()
/cts/tests/tests/alarmclock/service/src/android/alarmclock/service/
DVoiceInteractionMain.java33 String testCaseType = getIntent().getStringExtra(Utils.TESTCASE_TYPE); in onCreate() local
DMainInteractionSession.java62 String testCaseType = args.getString(Utils.TESTCASE_TYPE); in onShow() local
/cts/tests/tests/voicesettings/service/src/android/voicesettings/service/
DVoiceInteractionMain.java34 String testCaseType = getIntent().getStringExtra(BroadcastUtils.TESTCASE_TYPE); in onCreate() local
DMainInteractionSession.java70 String testCaseType = args.getString(BroadcastUtils.TESTCASE_TYPE); in onShow() local
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DBroadcastTestBase.java90 …protected void registerBroadcastReceiver(BroadcastUtils.TestcaseType testCaseType) throws Exceptio… in registerBroadcastReceiver()
98 protected boolean startTestAndWaitForBroadcast(BroadcastUtils.TestcaseType testCaseType, in startTestAndWaitForBroadcast()
DBroadcastTestStartActivity.java40 void startTest(String testCaseType, String pkg, String cls) { in startTest()
/cts/tests/tests/assist/common/src/android/assist/common/
DUtils.java154 public static final String getTestActivity(String testCaseType) { in getTestActivity()
180 public static final ComponentName getTestAppComponent(String testCaseType) { in getTestAppComponent()
219 public static final int getAssistDataTimeout(String testCaseType) { in getAssistDataTimeout()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DVoiceInteractionTest.java118 private void verifySingleTestcaseResult(Utils.TestCaseType testCaseType, String result) { in verifySingleTestcaseResult()
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainInteractionSession.java231 Utils.TestCaseType testCaseType; in isTestTypeCancel() local