Searched refs: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() argument 61 String authTokenType, boolean notifyOnAuthFailure, boolean expectActivityLaunch, in getAuthToken() argument 64 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch, in addAccount() argument 67 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch, in addAccountAsUser() argument 70 String authTokenType, boolean expectActivityLaunch, in Bundle options); in updateCredentials() argument 72 boolean expectActivityLaunch); in editProperties() argument 74 in Bundle options, boolean expectActivityLaunch, int userId); in confirmCredentialsAsUser() argument 88 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch, in startAddAccountSession() argument 93 String authTokenType, boolean expectActivityLaunch, in Bundle options); in startUpdateCredentialsSession() argument 98 boolean expectActivityLaunch, in Bundle appInfo, int userId); in finishSessionAsUser() argument
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 2202 boolean expectActivityLaunch, int userId) { in removeAccountAsUser() argument 2273 new RemoveAccountSession(accounts, response, account, expectActivityLaunch).bind(); in removeAccountAsUser() 2321 Account account, boolean expectActivityLaunch) { in RemoveAccountSession() argument 2322 super(accounts, response, account.type, expectActivityLaunch, in RemoveAccountSession() 2874 final boolean expectActivityLaunch, in getAuthToken() argument 2882 + ", expectActivityLaunch " + expectActivityLaunch in getAuthToken() 2998 expectActivityLaunch, in getAuthToken() argument 3235 final boolean expectActivityLaunch, final Bundle optionsIn) { in addAccount() argument 3242 + ", expectActivityLaunch " + expectActivityLaunch in addAccount() 3272 expectActivityLaunch, optionsIn, userId); in addAccount() [all …]
|