Searched defs:expectActivityLaunch (Results 1 – 2 of 2) sorted by relevance
| /frameworks/base/core/java/android/accounts/ |
| D | IAccountManager.aidl | 48 boolean expectActivityLaunch, int userId); in removeAccountAsUser() 61 String authTokenType, boolean notifyOnAuthFailure, boolean expectActivityLaunch, in getAuthToken() 64 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch, in addAccount() 67 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch, in addAccountAsUser() 70 String authTokenType, boolean expectActivityLaunch, in Bundle options); in updateCredentials() 72 boolean expectActivityLaunch); in editProperties() 74 in Bundle options, boolean expectActivityLaunch, int userId); in confirmCredentialsAsUser() 88 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch, in startAddAccountSession() 93 String authTokenType, boolean expectActivityLaunch, in Bundle options); in startUpdateCredentialsSession() 98 boolean expectActivityLaunch, in Bundle appInfo, int userId); in finishSessionAsUser()
|
| /frameworks/base/services/core/java/com/android/server/accounts/ |
| D | AccountManagerService.java | 2279 boolean expectActivityLaunch, int userId) { in removeAccountAsUser() 2398 Account account, boolean expectActivityLaunch) { in RemoveAccountSession() 2957 final boolean expectActivityLaunch, in getAuthToken() 3083 expectActivityLaunch, in getAuthToken() argument 3320 final boolean expectActivityLaunch, final Bundle optionsIn) { in addAccount() 3363 final boolean expectActivityLaunch, final Bundle optionsIn, int userId) { in addAccountAsUser() 3414 boolean expectActivityLaunch, Bundle optionsIn, int userId) { in addAccountAndLogMetrics() 3427 new Session(accounts, response, accountType, expectActivityLaunch, in addAccountAndLogMetrics() argument 3477 final boolean expectActivityLaunch, in startAddAccountSession() 3533 expectActivityLaunch, in startAddAccountSession() argument [all …]
|