Home | History | Annotate | Download | only in admin

Lines Matching defs:alias

782      * Allows this receiver to select the alias for a private key and certificate pair for
790 * @param alias The alias preselected by the client, or null.
791 * @return The private key alias to return and grant access to.
795 String alias) {
1031 String alias = intent.getStringExtra(EXTRA_CHOOSE_PRIVATE_KEY_ALIAS);
1032 String chosenAlias = onChoosePrivateKeyAlias(context, intent, uid, uri, alias);