Searched refs:confirmCredentials (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/
H A DTestAuthenticator.java94 public Bundle confirmCredentials( method in class:TestAuthenticator
96 Log.v(TestauthConstants.LOG_TAG, "confirmCredentials()");
/packages/apps/Email/src/com/android/email/service/
H A DEasTestAuthenticatorService.java78 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, method in class:EasTestAuthenticatorService.EasAuthenticator
H A DEasAuthenticatorService.java120 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, method in class:EasAuthenticatorService.EasAuthenticator
H A DPopImapAuthenticatorService.java98 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, method in class:PopImapAuthenticatorService.PopImapAuthenticator
/packages/apps/Settings/src/com/android/settings/
H A DChooseLockGeneric.java77 final boolean confirmCredentials = getActivity().getIntent()
79 mPasswordConfirmed = !confirmCredentials;
H A DChooseLockPattern.java333 final boolean confirmCredentials = getActivity().getIntent()
337 if (confirmCredentials) {
H A DChooseLockPassword.java212 final boolean confirmCredentials = intent.getBooleanExtra("confirm_credentials", true);
215 if (confirmCredentials) {

Completed in 80 milliseconds