Home
last modified time | relevance | path

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

/cts/tests/tests/assist/src/android/assist/cts/
DTextViewTest.java53 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), in testTextView()
60 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), false); in testTextView()
65 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), false); in testTextView()
70 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), false); in testTextView()
75 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), false); in testTextView()
DLargeViewHierarchyTest.java48 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), in testTextView()
DFlagSecureTest.java50 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), true); in testSecureActivity()
DAssistStructureTest.java64 … verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), false /*FLAG_SECURE set*/); in testAssistStructure()
DWebViewTest.java65 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), in testWebView()
/cts/tests/tests/assist/common/src/android/assist/common/
DUtils.java185 public static final ComponentName getTestAppComponent(String testCaseType) { in getTestAppComponent() method in Utils