Home
last modified time | relevance | path

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

/cts/tests/tests/assist/src/android/assist/cts/
DTestStartActivity.java70 intent.setComponent(Utils.getTestAppComponent(testCaseName)); in start3pApp()
78 intent.setComponent(Utils.getTestAppComponent(testCaseName)); in start3pAppWithColor()
DAssistStructureTest.java91 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), in testAssistStructure()
DFlagSecureTest.java88 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), true); in testSecureActivity()
/cts/tests/tests/assist/common/src/android/assist/common/
DUtils.java147 public static final ComponentName getTestAppComponent(String testCaseType) { in getTestAppComponent() method in Utils
/cts/tests/tests/assist/service/src/android/voiceinteraction/service/
DMainInteractionService.java114 intent3p.setComponent(Utils.getTestAppComponent(testCaseName)); in onReceive()