Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accounts/
DIAccountManager.aidl64 String authTokenType, boolean notifyOnAuthFailure, boolean expectActivityLaunch, in getAuthToken() argument
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java2779 final boolean notifyOnAuthFailure, in getAuthToken() argument
2787 + ", notifyOnAuthFailure " + notifyOnAuthFailure in getAuthToken()
2849 if (notifyOnAuthFailure) { in getAuthToken()
2912 + ", notifyOnAuthFailure " + notifyOnAuthFailure; in getAuthToken()
2976 if (intent != null && notifyOnAuthFailure && !customTokens) { in getAuthToken()