Home
last modified time | relevance | path

Searched refs:getTestAppComponent (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/assist/src/android/assist/cts/
DTextViewTest.java97 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), in testTextView()
105 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), false); in testTextView()
111 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), false); in testTextView()
117 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), false); in testTextView()
123 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), false); in testTextView()
DTestStartActivity.java104 intent.setComponent(Utils.getTestAppComponent(testCaseName)); in start3pApp()
112 intent.setComponent(Utils.getTestAppComponent(testCaseName)); in start3pAppWithColor()
DAssistStructureTest.java98 … verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), false /*FLAG_SECURE set*/); in testAssistStructure()
DFlagSecureTest.java92 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), true); in testSecureActivity()
DLargeViewHierarchyTest.java94 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), in testTextView()
DWebViewTest.java108 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), in testWebView()
/cts/tests/tests/assist/common/src/android/assist/common/
DUtils.java166 public static final ComponentName getTestAppComponent(String testCaseType) { in getTestAppComponent() method in Utils
/cts/tests/tests/assist/service/src/android/voiceinteraction/service/
DMainInteractionService.java114 intent3p.setComponent(Utils.getTestAppComponent(testCaseName)); in onReceive()