Searched defs:testCaseType (Results 1 – 11 of 11) sorted by relevance
71 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()
41 void startTest(String testCaseType) { in startTest()
33 String testCaseType = getIntent().getStringExtra(Utils.TESTCASE_TYPE); in onCreate() local
62 String testCaseType = args.getString(Utils.TESTCASE_TYPE); in onShow() local
34 String testCaseType = getIntent().getStringExtra(BroadcastUtils.TESTCASE_TYPE); in onCreate() local
69 String testCaseType = args.getString(BroadcastUtils.TESTCASE_TYPE); in onShow() local
92 …protected void registerBroadcastReceiver(BroadcastUtils.TestcaseType testCaseType) throws Exceptio… in registerBroadcastReceiver()100 protected boolean startTestAndWaitForBroadcast(BroadcastUtils.TestcaseType testCaseType, in startTestAndWaitForBroadcast()
42 void startTest(String testCaseType, String pkg, String cls) { in startTest()
141 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()
118 private void verifySingleTestcaseResult(Utils.TestCaseType testCaseType, String result) { in verifySingleTestcaseResult()
231 Utils.TestCaseType testCaseType; in isTestTypeCancel() local