Home
last modified time | relevance | path

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

/packages/apps/KeyChain/robotests/src/com/android/keychain/
DKeyChainServiceRoboTest.java101 private static final String NON_EXISTING_ALIAS = "alias-does-not-exist-1"; field in KeyChainServiceRoboTest
226 String privateKey = mKeyChain.requestPrivateKey(NON_EXISTING_ALIAS); in testRequestPrivateKeyReturnsNullForNonExistingAlias()
232 byte[] certificate = mKeyChain.getCertificate(NON_EXISTING_ALIAS); in testGetCertificateReturnsNullForNonExistingAlias()
238 byte[] certificate = mKeyChain.getCaCertificates(NON_EXISTING_ALIAS); in testGetCaCertificatesReturnsNullForNonExistingAlias()