Home
last modified time | relevance | path

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

/development/samples/KeyChainDemo/src/com/example/android/keychain/
DKeyChainDemoActivity.java61 private static final String DEFAULT_ALIAS = "My Key Chain"; field in KeyChainDemoActivity
184 return pref.getString(KEYCHAIN_PREF_ALIAS, DEFAULT_ALIAS); in getAlias()
233 installIntent.putExtra(KeyChain.EXTRA_NAME, DEFAULT_ALIAS); in installPkcs12()
259 DEFAULT_ALIAS); in chooseCert()