Searched refs:systemApps (Results 1 – 3 of 3) sorted by relevance
55 TestApis.packages().systemApps().stream().findFirst().get();
578 val systemAppsBeforeProvisioning = TestApis.packages().systemApps() in <lambda>()583 val systemAppsAfterProvisioning = TestApis.packages().systemApps() in <lambda>()
673 public Set<Package> systemApps() { in systemApps() method in Packages674 return systemApps(TestApis.users().instrumented()); in systemApps()681 public Set<Package> systemApps(UserReference user) { in systemApps() method in Packages