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

/frameworks/base/services/java/com/android/server/accounts/
H A DAccountManagerService.java1287 final String authTokenType, final boolean notifyOnAuthFailure,
1293 + ", notifyOnAuthFailure " + notifyOnAuthFailure
1333 if (notifyOnAuthFailure) {
1362 + ", notifyOnAuthFailure " + notifyOnAuthFailure;
1405 if (intent != null && notifyOnAuthFailure && !customTokens) {
1286 getAuthToken(IAccountManagerResponse response, final Account account, final String authTokenType, final boolean notifyOnAuthFailure, final boolean expectActivityLaunch, Bundle loginOptionsIn) argument

Completed in 108 milliseconds