Searched defs:testCaseType (Results 1 – 9 of 9) sorted by relevance
34 String testCaseType = getIntent().getStringExtra(BroadcastUtils.TESTCASE_TYPE); in onCreate() local
70 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()
40 void startTest(String testCaseType, String pkg, String cls) { in startTest()
114 private void verifySingleTestcaseResult(Utils.TestCaseType testCaseType, String result) { in verifySingleTestcaseResult()
185 public static final ComponentName getTestAppComponent(String testCaseType) { in getTestAppComponent()230 public static final int getAssistDataTimeout(String testCaseType) { in getAssistDataTimeout()
233 Utils.TestCaseType testCaseType; in isTestTypeCancel() local