Searched refs:testApps (Results 1 – 3 of 3) sorted by relevance
37 private Install(boolean isMultiPackage, TestApp... testApps) { in Install() argument39 mTestApps = testApps; in Install()52 public static Install multi(TestApp... testApps) { in multi() argument53 return new Install(true, testApps); in multi()
53 public void testApps() { in testApps() method in SettingsIntentsTest
91 public void testApps() throws Exception { in testApps() method in AdoptableHostTest