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

/packages/apps/Settings/src/com/android/settings/
H A DCredentialStorage.java54 * CredentialStorage handles KeyStore reset, unlock, and install.
56 * CredentialStorage has a pretty convoluted state machine to migrate
89 public final class CredentialStorage extends Activity { class in inherits:Activity
91 private static final String TAG = "CredentialStorage";
277 AlertDialog dialog = new AlertDialog.Builder(CredentialStorage.this)
311 KeyChainConnection keyChainConnection = KeyChain.bind(CredentialStorage.this);
327 Toast.makeText(CredentialStorage.this,
330 Toast.makeText(CredentialStorage.this,
346 AlertDialog dialog = new AlertDialog.Builder(CredentialStorage.this)
424 View view = View.inflate(CredentialStorage
[all...]

Completed in 54 milliseconds