Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DKeyManagementTest.java149 assertGranted(grant, true); in testCanInstallWithAutomaticAccess()
158 assertGranted(grant, false); in testCanInstallWithAutomaticAccess()
745 private void assertGranted(String alias, boolean expected) in assertGranted() method in KeyManagementTest