Home
last modified time | relevance | path

Searched refs:NON_EXISTENT_PKG (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegationTest.java154 final String NON_EXISTENT_PKG = "com.android.nonexistent.delegate"; in testCantDelegateToUninstalledPackage() local
161 NON_EXISTENT_PKG, scopes); in testCantDelegateToUninstalledPackage()
167 .getDelegatedScopes(ADMIN_RECEIVER_COMPONENT, NON_EXISTENT_PKG).isEmpty()); in testCantDelegateToUninstalledPackage()