OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CredentialStorage
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/
CredentialStorage.java
52
*
CredentialStorage
handles KeyStore reset, unlock, and install.
54
*
CredentialStorage
has a pretty convoluted state machine to migrate
87
public final class
CredentialStorage
extends Activity {
89
private static final String TAG = "
CredentialStorage
";
271
AlertDialog dialog = new AlertDialog.Builder(
CredentialStorage
.this)
306
KeyChainConnection keyChainConnection = KeyChain.bind(
CredentialStorage
.this);
322
Toast.makeText(
CredentialStorage
.this,
325
Toast.makeText(
CredentialStorage
.this,
341
AlertDialog dialog = new AlertDialog.Builder(
CredentialStorage
.this)
419
View view = View.inflate(
CredentialStorage
.this, R.layout.credentials_dialog, null)
[
all
...]
ChooseLockGeneric.java
280
if (quality <
CredentialStorage
.MIN_PASSWORD_QUALITY) {
281
quality =
CredentialStorage
.MIN_PASSWORD_QUALITY;
Completed in 121 milliseconds