Searched defs:expectActivityLaunch (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/accounts/ |
D | IAccountManager.aidl | 49 boolean expectActivityLaunch); in removeAccount() 51 boolean expectActivityLaunch, int userId); in removeAccountAsUser() 64 String authTokenType, boolean notifyOnAuthFailure, boolean expectActivityLaunch, in getAuthToken() 67 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch, in addAccount() 70 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch, in addAccountAsUser() 73 String authTokenType, boolean expectActivityLaunch, in Bundle options); in updateCredentials() 75 boolean expectActivityLaunch); in editProperties() 77 in Bundle options, boolean expectActivityLaunch, int userId); in confirmCredentialsAsUser() 91 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch, in startAddAccountSession() 96 String authTokenType, boolean expectActivityLaunch, in Bundle options); in startUpdateCredentialsSession() [all …]
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 2128 boolean expectActivityLaunch) { in removeAccount() 2138 boolean expectActivityLaunch, int userId) { in removeAccountAsUser() 2257 Account account, boolean expectActivityLaunch) { in RemoveAccountSession() 2807 final boolean expectActivityLaunch, in getAuthToken() 2928 expectActivityLaunch, in getAuthToken() argument 3144 final boolean expectActivityLaunch, final Bundle optionsIn) { in addAccount() 3193 new Session(accounts, response, accountType, expectActivityLaunch, in addAccount() argument 3217 final boolean expectActivityLaunch, final Bundle optionsIn, int userId) { in addAccountAsUser() 3274 new Session(accounts, response, accountType, expectActivityLaunch, in addAccountAsUser() argument 3304 final boolean expectActivityLaunch, in startAddAccountSession() [all …]
|