HomeSort by relevance Sort by last modified time
    Searched defs:CredentialStorage (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/network/
CredentialStorage.h 35 class CredentialStorage {
  /packages/apps/Settings/src/com/android/settings/
CredentialStorage.java 44 * CredentialStorage handles KeyStore reset, unlock, and install.
46 * CredentialStorage has a pretty convoluted state machine to migrate
79 public final class CredentialStorage extends Activity {
81 private static final String TAG = "CredentialStorage";
113 Log.i(TAG, "Cannot install to CredentialStorage as non-primary user");
244 AlertDialog dialog = new AlertDialog.Builder(CredentialStorage.this)
279 KeyChainConnection keyChainConnection = KeyChain.bind(CredentialStorage.this);
295 Toast.makeText(CredentialStorage.this,
298 Toast.makeText(CredentialStorage.this,
314 AlertDialog dialog = new AlertDialog.Builder(CredentialStorage.this
    [all...]

Completed in 1673 milliseconds