Searched refs:NON_EXISTING_ALIAS (Results 1 – 1 of 1) sorted by relevance
105 private static final String NON_EXISTING_ALIAS = "alias-does-not-exist-1"; field in KeyChainServiceRoboTest243 String privateKey = mKeyChain.requestPrivateKey(NON_EXISTING_ALIAS); in testRequestPrivateKeyReturnsNullForNonExistingAlias()249 byte[] certificate = mKeyChain.getCertificate(NON_EXISTING_ALIAS); in testGetCertificateReturnsNullForNonExistingAlias()255 byte[] certificate = mKeyChain.getCaCertificates(NON_EXISTING_ALIAS); in testGetCaCertificatesReturnsNullForNonExistingAlias()