Searched defs:expectActivityLaunch (Results 1 – 2 of 2) sorted by relevance
| /frameworks/base/core/java/android/accounts/ |
| D | IAccountManager.aidl | 45 String authTokenType, boolean notifyOnAuthFailure, boolean expectActivityLaunch, in getAuthToken() 48 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch, in addAcount() 51 String authTokenType, boolean expectActivityLaunch, in Bundle options); in updateCredentials() 53 boolean expectActivityLaunch); in editProperties() 55 in Bundle options, boolean expectActivityLaunch); in confirmCredentials()
|
| D | AccountManagerService.java | 689 final boolean expectActivityLaunch, final Bundle loginOptions) { in getAuthToken() 710 new Session(response, account.type, expectActivityLaunch) { in getAuthToken() argument 857 final boolean expectActivityLaunch, final Bundle options) { in addAcount() 861 new Session(response, accountType, expectActivityLaunch) { in addAcount() argument 882 final Account account, final Bundle options, final boolean expectActivityLaunch) { in confirmCredentials() 886 new Session(response, account.type, expectActivityLaunch) { in confirmCredentials() argument 901 final String authTokenType, final boolean expectActivityLaunch, in updateCredentials() 906 new Session(response, account.type, expectActivityLaunch) { in updateCredentials() argument 924 final boolean expectActivityLaunch) { in editProperties() 928 new Session(response, accountType, expectActivityLaunch) { in editProperties() argument [all …]
|