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.java95 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), in testTextView()
103 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), false); in testTextView()
109 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), false); in testTextView()
115 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), false); in testTextView()
121 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), false); in testTextView()
DTestStartActivity.java97 intent.setComponent(Utils.getTestAppComponent(testCaseName)); in start3pApp()
105 intent.setComponent(Utils.getTestAppComponent(testCaseName)); in start3pAppWithColor()
DFlagSecureTest.java92 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), true); in testSecureActivity()
DLargeViewHierarchyTest.java92 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), in testTextView()
DWebViewTest.java107 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), in testWebView()
DAssistStructureTest.java108 … verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), false /*FLAG_SECURE set*/); in testAssistStructure()
/cts/tests/tests/assist/service/src/android/voiceinteraction/service/
DMainInteractionService.java121 intent3p.setComponent(Utils.getTestAppComponent(testCaseName)); in onReceive()
/cts/tests/tests/assist/common/src/android/assist/common/
DUtils.java180 public static final ComponentName getTestAppComponent(String testCaseType) { in getTestAppComponent() method in Utils