Searched refs:getTestAppComponent (Results 1 – 6 of 6) sorted by relevance
57 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), in testTextView()67 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), false); in testTextView()75 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), false); in testTextView()83 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), false); in testTextView()91 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), false); in testTextView()
50 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), in testTextView()
52 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), true); in testSecureActivity()
69 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), in testWebView()
73 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), in testAssistStructure()
191 public static final ComponentName getTestAppComponent(String testCaseType) { in getTestAppComponent() method in Utils