Searched refs:setSystemAppsWithLauncher (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
H A D | OverlayPackagesProviderTest.java | 123 setSystemAppsWithLauncher("app.a", "app.b"); in testAppsWithLauncherAreNonRequiredByDefault() 130 setSystemAppsWithLauncher("app.a", "app.b", "app.c"); in testDeviceOwnerRequiredApps() 139 setSystemAppsWithLauncher("app.a", "app.b", "app.c"); in testProfileOwnerRequiredApps() 148 setSystemAppsWithLauncher("app.a", "app.b", "app.c"); in testManagedUserRequiredApps() 157 setSystemAppsWithLauncher("app.a", TEST_DPC_PACKAGE_NAME); in testDpcIsRequired() 164 setSystemAppsWithLauncher(); in testDisallowedAppsAreNonRequiredEvenIfNoLauncher() 173 setSystemAppsWithLauncher("app.a", "app.b"); in testDeviceOwnerImesAreRequired() 181 setSystemAppsWithLauncher("app.a", "app.b"); in testProfileOwnerImesAreNonRequired() 189 setSystemAppsWithLauncher("app.a", "app.b"); in testManagedUserImesAreRequired() 197 setSystemAppsWithLauncher("app.a"); in testDisallowedAppsAreNonInstalled() [all …]
|