Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
DDirectDelegatedCertInstallerTest.java69 private static final String NON_EXISTENT_ALIAS = "DirectDelegatedCertInstallerTest-nonexistent"; field in DirectDelegatedCertInstallerTest
209 assertThat(mDpm.hasKeyPair(NON_EXISTENT_ALIAS)).isFalse(); in testHasKeyPair_NonExistent()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DKeyManagementTest.java88 private static final String NON_EXISTENT_ALIAS = "KeyManagementTest-nonexistent"; field in KeyManagementTest
819 assertThat(mDevicePolicyManager.hasKeyPair(NON_EXISTENT_ALIAS)).isFalse(); in testHasKeyPair_NonExistent()
843 () -> mDevicePolicyManager.getKeyPairGrants(NON_EXISTENT_ALIAS)); in testGetKeyPairGrants_NonExistent()