Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DKeyManagementTest.java137 final String withhold = "com.android.test.nongrant-key-1"; in testCanInstallWithAutomaticAccess() local
145 withhold, false)); in testCanInstallWithAutomaticAccess()
149 assertGranted(withhold, false); in testCanInstallWithAutomaticAccess()
156 assertTrue(mDevicePolicyManager.removeKeyPair(getWho(), withhold)); in testCanInstallWithAutomaticAccess() local
160 assertGranted(withhold, false); in testCanInstallWithAutomaticAccess()