Searched refs:getTestAppComponent (Results 1 – 6 of 6) sorted by relevance
53 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()
48 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), in testTextView()
50 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), true); in testSecureActivity()
64 … verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), false /*FLAG_SECURE set*/); in testAssistStructure()
65 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), in testWebView()
185 public static final ComponentName getTestAppComponent(String testCaseType) { in getTestAppComponent() method in Utils