Searched refs:DELEGATION_ENABLE_SYSTEM_APP (Results 1 – 3 of 3) sorted by relevance
23 import static android.app.admin.DevicePolicyManager.DELEGATION_ENABLE_SYSTEM_APP;111 DELEGATION_ENABLE_SYSTEM_APP); in testDelegateReceivesScopeChangedBroadcast()133 DELEGATION_ENABLE_SYSTEM_APP); in testCantDelegateToUninstalledPackage()149 DELEGATION_ENABLE_SYSTEM_APP); in testCanRetrieveDelegates()152 DELEGATION_ENABLE_SYSTEM_APP); in testCanRetrieveDelegates()159 assertTrue("No delegates should be found", getDelegatePackages(DELEGATION_ENABLE_SYSTEM_APP) in testCanRetrieveDelegates()173 assertTrue("Expected delegate not found", getDelegatePackages(DELEGATION_ENABLE_SYSTEM_APP) in testCanRetrieveDelegates()175 assertTrue("Expected delegate not found", getDelegatePackages(DELEGATION_ENABLE_SYSTEM_APP) in testCanRetrieveDelegates()
18 import static android.app.admin.DevicePolicyManager.DELEGATION_ENABLE_SYSTEM_APP;82 return scopes.contains(DELEGATION_ENABLE_SYSTEM_APP); in amIEnableSystemAppDelegate()
87 private static final String DELEGATION_ENABLE_SYSTEM_APP = "delegation-enable-system-app"; field in DeviceAndProfileOwnerTest327 DELEGATION_ENABLE_SYSTEM_APP, in getDelegationScopes()