Searched defs:testCaseType (Results 1 – 11 of 11) sorted by relevance
62 private void registerBroadcastReceiver(TestcaseType testCaseType) throws Exception { in registerBroadcastReceiver()73 private boolean isIntentAupported(TestcaseType testCaseType) { in isIntentAupported()102 protected String runTest(TestcaseType testCaseType) throws Exception { in runTest()121 private boolean startTestActivity(TestcaseType testCaseType) { in startTestActivity()
41 void startTest(String testCaseType) { in startTest()
69 protected void registerBroadcastReceiver(Utils.TestcaseType testCaseType) throws Exception { in registerBroadcastReceiver()80 protected boolean startTestAndWaitForBroadcast(Utils.TestcaseType testCaseType) in startTestAndWaitForBroadcast()
42 void startTest(String testCaseType) { in startTest()
34 String testCaseType = getIntent().getStringExtra(Utils.TESTCASE_TYPE); in onCreate() local
69 String testCaseType = args.getString(Utils.TESTCASE_TYPE); in onShow() local
33 String testCaseType = getIntent().getStringExtra(Utils.TESTCASE_TYPE); in onCreate() local
62 String testCaseType = args.getString(Utils.TESTCASE_TYPE); in onShow() local
126 public static final String getTestActivity(String testCaseType) { in getTestActivity()147 public static final ComponentName getTestAppComponent(String testCaseType) { in getTestAppComponent()173 public static final int getAssistDataTimeout(String testCaseType) { in getAssistDataTimeout()
98 private void verifySingleTestcaseResult(Utils.TestCaseType testCaseType, String result) { in verifySingleTestcaseResult()
218 Utils.TestCaseType testCaseType; in isTestTypeCancel() local