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()
108 protected String runTest(TestcaseType testCaseType) throws Exception { in runTest()
127 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.java69 String testCaseType = args.getString(BroadcastUtils.TESTCASE_TYPE); in onShow() local
/cts/libs/deviceutil/src/android/cts/util/
DBroadcastTestBase.java92 …protected void registerBroadcastReceiver(BroadcastUtils.TestcaseType testCaseType) throws Exceptio… in registerBroadcastReceiver()
100 protected boolean startTestAndWaitForBroadcast(BroadcastUtils.TestcaseType testCaseType, in startTestAndWaitForBroadcast()
DBroadcastTestStartActivity.java42 void startTest(String testCaseType, String pkg, String cls) { in startTest()
/cts/tests/tests/assist/common/src/android/assist/common/
DUtils.java141 public static final String getTestActivity(String testCaseType) { in getTestActivity()
166 public static final ComponentName getTestAppComponent(String testCaseType) { in getTestAppComponent()
204 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