Searched refs:getTestAppComponent (Results 1 – 8 of 8) sorted by relevance
97 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()
104 intent.setComponent(Utils.getTestAppComponent(testCaseName)); in start3pApp()112 intent.setComponent(Utils.getTestAppComponent(testCaseName)); in start3pAppWithColor()
98 … verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), false /*FLAG_SECURE set*/); in testAssistStructure()
92 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), true); in testSecureActivity()
94 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), in testTextView()
108 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), in testWebView()
166 public static final ComponentName getTestAppComponent(String testCaseType) { in getTestAppComponent() method in Utils
114 intent3p.setComponent(Utils.getTestAppComponent(testCaseName)); in onReceive()