Searched defs:testApps (Results 1 – 10 of 10) sorted by relevance
53 public void testApps() { in testApps() method in SettingsIntentsTest
116 List<TestApp> testApps = mInstallRule.getTestApps(mInstallType, versionCode); in getParameterizedInstall() local
149 List<TestApp> testApps = mInstallRule.getTestApps(mInstallType, versionCode); in getParameterizedInstall() local
163 List<TestApp> testApps = mInstallRule.getTestApps(mInstallType, versionCode); in getParameterizedInstall() local
147 List<TestApp> testApps = mInstallRule.getTestApps(mInstallType, versionCode); in getParameterizedInstall() local
61 private Install(boolean isMultiPackage, TestApp... testApps) { in Install()83 public static Install multi(TestApp... testApps) { in multi()
71 List<TestAppDetails> testApps() { in testApps() method in TestAppProvider
155 public void testApps() throws Exception { in testApps() method in AdoptableHostTest
45 private val testApps: MutableMap<String, TestAppInstance> = HashMap() constant
1461 private static StageSessionResult stageMultipleApks(TestApp... testApps) throws Exception { in stageMultipleApks()