Searched refs:NON_EXISTING_ALIAS (Results 1 – 1 of 1) sorted by relevance
101 private static final String NON_EXISTING_ALIAS = "alias-does-not-exist-1"; field in KeyChainServiceRoboTest226 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()