Home | History | Annotate | Download | only in locksettings

Lines Matching defs:PASSWORD

40  * Run the synthetic password tests with caching enabled.
59 final String PASSWORD = "testSyntheticPasswordClearCredential-password";
62 initializeCredentialUnderSP(PASSWORD, PRIMARY_USER_ID);
64 // clear password
69 // set a new password
79 final String PASSWORD = "testSyntheticPasswordClearCredential-password";
82 initializeCredentialUnderSP(PASSWORD, PRIMARY_USER_ID);
84 // Untrusted change password
90 // Verify the password
97 final String PASSWORD = "testUntrustedCredentialChangeMaintainsAuthSecret-password";
100 initializeCredentialUnderSP(PASSWORD, PRIMARY_USER_ID);
101 // Untrusted change password
105 // Verify the password
117 final String PASSWORD = "testUntrustedCredentialChangeBlockedIfSpNotCached-password";
123 initializeCredentialUnderSP(PASSWORD, PRIMARY_USER_ID);
125 // Untrusted change password
132 // Verify the new password doesn't work but the old one still does
137 PASSWORD, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, 0, PRIMARY_USER_ID)