Searched refs:expectActivityLaunch (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/accounts/ |
D | IAccountManager.aidl | 46 String authTokenType, boolean notifyOnAuthFailure, boolean expectActivityLaunch, in getAuthToken() argument 49 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch, in addAcount() argument 52 String authTokenType, boolean expectActivityLaunch, in Bundle options); in updateCredentials() argument 54 boolean expectActivityLaunch); in editProperties() argument 56 in Bundle options, boolean expectActivityLaunch); in confirmCredentials() argument
|
D | AccountManagerService.java | 858 final boolean expectActivityLaunch, Bundle loginOptionsIn) { in getAuthToken() argument 864 + ", expectActivityLaunch " + expectActivityLaunch in getAuthToken() 912 new Session(response, account.type, expectActivityLaunch, in getAuthToken() argument 1066 final boolean expectActivityLaunch, final Bundle options) { in addAcount() argument 1072 new Session(response, accountType, expectActivityLaunch, in addAcount() argument 1094 final Account account, final Bundle options, final boolean expectActivityLaunch) { in confirmCredentials() argument 1100 new Session(response, account.type, expectActivityLaunch, in confirmCredentials() argument 1116 final String authTokenType, final boolean expectActivityLaunch, in updateCredentials() argument 1124 new Session(response, account.type, expectActivityLaunch, in updateCredentials() argument 1143 final boolean expectActivityLaunch) { in editProperties() argument [all …]
|