Home
last modified time | relevance | path

Searched refs:notifyAuthFailure (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/accounts/
DAuthUtils.java53 final String authTokenType, final Bundle options, final boolean notifyAuthFailure, in getAuthToken() argument
55 return mAccountManager.getAuthToken(account, authTokenType, options, notifyAuthFailure, in getAuthToken()
63 final boolean notifyAuthFailure) throws OperationCanceledException, in blockingGetAuthToken() argument
65 return mAccountManager.blockingGetAuthToken(account, authTokenType, notifyAuthFailure); in blockingGetAuthToken()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsActor.java153 boolean notifyAuthFailure) in blockingGetAuthToken() argument