Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accounts/
DIAccountManager.aidl58 String authTokenType, boolean notifyOnAuthFailure, boolean expectActivityLaunch, in getAuthToken() argument
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java1814 final boolean notifyOnAuthFailure, in getAuthToken() argument
1821 + ", notifyOnAuthFailure " + notifyOnAuthFailure in getAuthToken()
1883 if (notifyOnAuthFailure) { in getAuthToken()
1941 + ", notifyOnAuthFailure " + notifyOnAuthFailure; in getAuthToken()
2002 if (intent != null && notifyOnAuthFailure && !customTokens) { in getAuthToken()