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

/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java1302 super(accounts, response, account.type, false /* expectActivityLaunch */,
1487 boolean expectActivityLaunch) {
1491 expectActivityLaunch,
1497 boolean expectActivityLaunch, int userId) {
1562 new RemoveAccountSession(accounts, response, account, expectActivityLaunch).bind();
1604 Account account, boolean expectActivityLaunch) {
1605 super(accounts, response, account.type, expectActivityLaunch,
2095 new Session(accounts, response, accountType, false /* expectActivityLaunch */,
2135 final boolean expectActivityLaunch,
2143 + ", expectActivityLaunch "
1486 removeAccount(IAccountManagerResponse response, Account account, boolean expectActivityLaunch) argument
1496 removeAccountAsUser(IAccountManagerResponse response, Account account, boolean expectActivityLaunch, int userId) argument
1603 RemoveAccountSession(UserAccounts accounts, IAccountManagerResponse response, Account account, boolean expectActivityLaunch) argument
2130 getAuthToken( IAccountManagerResponse response, final Account account, final String authTokenType, final boolean notifyOnAuthFailure, final boolean expectActivityLaunch, final Bundle loginOptions) argument
2452 addAccount(final IAccountManagerResponse response, final String accountType, final String authTokenType, final String[] requiredFeatures, final boolean expectActivityLaunch, final Bundle optionsIn) argument
2527 addAccountAsUser(final IAccountManagerResponse response, final String accountType, final String authTokenType, final String[] requiredFeatures, final boolean expectActivityLaunch, final Bundle optionsIn, int userId) argument
2610 startAddAccountSession( final IAccountManagerResponse response, final String accountType, final String authTokenType, final String[] requiredFeatures, final boolean expectActivityLaunch, final Bundle optionsIn) argument
2713 StartAccountSession( UserAccounts accounts, IAccountManagerResponse response, String accountType, boolean expectActivityLaunch, String accountName, boolean authDetailsRequired, boolean updateLastAuthenticationTime, boolean isPasswordForwardingAllowed) argument
2814 finishSessionAsUser(IAccountManagerResponse response, @NonNull Bundle sessionBundle, boolean expectActivityLaunch, Bundle appInfo, int userId) argument
2969 confirmCredentialsAsUser( IAccountManagerResponse response, final Account account, final Bundle options, final boolean expectActivityLaunch, int userId) argument
3016 updateCredentials(IAccountManagerResponse response, final Account account, final String authTokenType, final boolean expectActivityLaunch, final Bundle loginOptions) argument
3056 startUpdateCredentialsSession( IAccountManagerResponse response, final Account account, final String authTokenType, final boolean expectActivityLaunch, final Bundle loginOptions) argument
3222 editProperties(IAccountManagerResponse response, final String accountType, final boolean expectActivityLaunch) argument
3792 Session(UserAccounts accounts, IAccountManagerResponse response, String accountType, boolean expectActivityLaunch, boolean stripAuthTokenFromResult, String accountName, boolean authDetailsRequired) argument
3799 Session(UserAccounts accounts, IAccountManagerResponse response, String accountType, boolean expectActivityLaunch, boolean stripAuthTokenFromResult, String accountName, boolean authDetailsRequired, boolean updateLastAuthenticatedTime) argument
[all...]

Completed in 40 milliseconds