Searched defs:alias (Results 1 - 2 of 2) sorted by relevance

/development/samples/KeyChainDemo/src/com/example/android/keychain/
H A DKeyChainDemoActivity.java66 // Name of preference name that saves the alias
67 private static final String KEYCHAIN_PREF_ALIAS = "alias";
165 public void alias(String alias) { argument
166 if (alias != null) {
167 setAlias(alias); // Set the alias in the application preference
176 * This method returns the alias of the key chain from the application
179 * @return The alias of the key chain
188 * This method sets the alias o
190 setAlias(String alias) argument
262 getCertificateChain(String alias) argument
273 getPrivateKey(String alias) argument
[all...]
/development/ide/emacs/
H A Dandroid-common.el25 ;; If the path the product's files/image uses an a product alias, you
26 ;; need to add a mapping in `android-product-alias-map'. For instance
54 (defcustom android-product-alias-map nil
106 Additional product aliases can be listed in `android-product-alias-map'
116 (alias (assoc product android-product-alias-map)))
118 (if (not alias)
120 (nth 1 alias)))))
125 Additional product aliases can be added in `android-product-alias-map'

Completed in 137 milliseconds