Searched defs:testCaseType (Results 1 – 7 of 7) sorted by relevance
127 protected void registerBroadcastReceiver(BroadcastUtils.TestcaseType testCaseType) in registerBroadcastReceiver()137 protected boolean startTestAndWaitForBroadcast(BroadcastUtils.TestcaseType testCaseType, in startTestAndWaitForBroadcast()179 protected boolean startTestAndWaitForChange(BroadcastUtils.TestcaseType testCaseType, Uri uri, in startTestAndWaitForChange()
42 void startTest(String testCaseType, String pkg, String cls) { in startTest()
34 String testCaseType = getIntent().getStringExtra(BroadcastUtils.TESTCASE_TYPE); in onCreate() local
73 String testCaseType = args.getString(BroadcastUtils.TESTCASE_TYPE); in onShow() local
118 private void verifySingleTestcaseResult(Utils.TestCaseType testCaseType, String result) { in verifySingleTestcaseResult()
190 public static final ComponentName getTestAppComponent(String testCaseType) { in getTestAppComponent()235 public static final int getAssistDataTimeout(String testCaseType) { in getAssistDataTimeout()
236 Utils.TestCaseType testCaseType; in isTestTypeCancel() local