Searched defs:notifyOnAuthFailure (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/accounts/
H A DAccountManagerService.java908 final String authTokenType, final boolean notifyOnAuthFailure,
914 + ", notifyOnAuthFailure " + notifyOnAuthFailure
939 if (notifyOnAuthFailure) {
967 + ", notifyOnAuthFailure " + notifyOnAuthFailure;
1008 if (intent != null && notifyOnAuthFailure && !customTokens) {
907 getAuthToken(IAccountManagerResponse response, final Account account, final String authTokenType, final boolean notifyOnAuthFailure, final boolean expectActivityLaunch, Bundle loginOptionsIn) argument

Completed in 47 milliseconds