Searched defs:expectActivityLaunch (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java887 super(accounts, response, account.type, false /* expectActivityLaunch */,
1051 boolean expectActivityLaunch) {
1096 new RemoveAccountSession(accounts, response, account, expectActivityLaunch).bind();
1104 boolean expectActivityLaunch, int userId) {
1153 new RemoveAccountSession(accounts, response, account, expectActivityLaunch).bind();
1185 Account account, boolean expectActivityLaunch) {
1186 super(accounts, response, account.type, expectActivityLaunch,
1585 final boolean expectActivityLaunch, Bundle loginOptionsIn) {
1591 + ", expectActivityLaunch " + expectActivityLaunch
1050 removeAccount(IAccountManagerResponse response, Account account, boolean expectActivityLaunch) argument
1103 removeAccountAsUser(IAccountManagerResponse response, Account account, boolean expectActivityLaunch, int userId) argument
1184 RemoveAccountSession(UserAccounts accounts, IAccountManagerResponse response, Account account, boolean expectActivityLaunch) argument
1583 getAuthToken(IAccountManagerResponse response, final Account account, final String authTokenType, final boolean notifyOnAuthFailure, final boolean expectActivityLaunch, Bundle loginOptionsIn) argument
1797 addAccount(final IAccountManagerResponse response, final String accountType, final String authTokenType, final String[] requiredFeatures, final boolean expectActivityLaunch, final Bundle optionsIn) argument
1868 addAccountAsUser(final IAccountManagerResponse response, final String accountType, final String authTokenType, final String[] requiredFeatures, final boolean expectActivityLaunch, final Bundle optionsIn, int userId) argument
1955 confirmCredentialsAsUser(IAccountManagerResponse response, final Account account, final Bundle options, final boolean expectActivityLaunch, int userId) argument
1993 updateCredentials(IAccountManagerResponse response, final Account account, final String authTokenType, final boolean expectActivityLaunch, final Bundle loginOptions) argument
2032 editProperties(IAccountManagerResponse response, final String accountType, final boolean expectActivityLaunch) argument
2450 Session(UserAccounts accounts, IAccountManagerResponse response, String accountType, boolean expectActivityLaunch, boolean stripAuthTokenFromResult) argument
[all...]

Completed in 50 milliseconds