Searched refs:accounts (Results 1 - 25 of 76) sorted by relevance

1234

/frameworks/base/core/java/android/accounts/
H A DAccount.aidl17 package android.accounts;
H A DAuthenticatorDescription.aidl17 package android.accounts;
H A DOnAccountsUpdateListener.java17 package android.accounts;
26 * @param accounts the current accounts
28 void onAccountsUpdated(Account[] accounts); argument
H A DAccountManagerCallback.java16 package android.accounts;
H A DIAccountAuthenticatorResponse.aidl17 package android.accounts;
H A DIAccountManagerResponse.aidl17 package android.accounts;
H A DAccountsException.java17 package android.accounts;
H A DAuthenticatorException.java17 package android.accounts;
H A DNetworkErrorException.java16 package android.accounts;
H A DOperationCanceledException.java16 package android.accounts;
H A DAccountManagerFuture.java16 package android.accounts;
86 * @throws android.accounts.OperationCanceledException if the request was canceled for any
89 * @throws android.accounts.AuthenticatorException if there was an error communicating with
106 * @throws android.accounts.OperationCanceledException if the request was canceled for any
108 * @throws android.accounts.AuthenticatorException if there was an error communicating with
H A DAccountAndUser.java17 package android.accounts;
H A DCantAddAccountActivity.java16 package android.accounts;
30 public static final String EXTRA_ERROR_CODE = "android.accounts.extra.ERROR_CODE";
H A DIAccountAuthenticator.aidl17 package android.accounts;
19 import android.accounts.IAccountAuthenticatorResponse;
20 import android.accounts.Account;
H A DAccountAuthenticatorActivity.java17 package android.accounts;
/frameworks/opt/chips/src/com/android/ex/chips/
H A DAccountSpecifier.java19 import android.accounts.Account;
/frameworks/base/telecomm/java/android/telecom/
H A DAuthenticatorService.java18 import android.accounts.AbstractAccountAuthenticator;
19 import android.accounts.Account;
20 import android.accounts.AccountAuthenticatorResponse;
21 import android.accounts.NetworkErrorException;
30 * involve accounts.
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java17 package com.android.server.accounts;
20 import android.accounts.AbstractAccountAuthenticator;
21 import android.accounts.Account;
22 import android.accounts.AccountAndUser;
23 import android.accounts.AccountAuthenticatorResponse;
24 import android.accounts.AccountManager;
25 import android.accounts.AuthenticatorDescription;
26 import android.accounts.CantAddAccountActivity;
27 import android.accounts.GrantCredentialsPermissionActivity;
28 import android.accounts
421 validateAccountsInternal( UserAccounts accounts, boolean invalidateAuthenticatorCache) argument
652 syncDeCeAccountsLocked(UserAccounts accounts) argument
675 purgeOldGrants(UserAccounts accounts) argument
802 readPasswordInternal(UserAccounts accounts, Account account) argument
836 readPreviousNameInternal(UserAccounts accounts, Account account) argument
1163 addAccountInternal(UserAccounts accounts, Account account, String password, Bundle extras, int callingUid) argument
1300 TestFeaturesSession(UserAccounts accounts, IAccountManagerResponse response, Account account, String[] features) argument
1388 renameAccountInternal( UserAccounts accounts, Account accountToRename, String newName) argument
1603 RemoveAccountSession(UserAccounts accounts, IAccountManagerResponse response, Account account, boolean expectActivityLaunch) argument
1655 removeAccountInternal(UserAccounts accounts, Account account, int callingUid) argument
1734 invalidateCustomTokenLocked( UserAccounts accounts, String accountType, String authToken) argument
1745 invalidateAuthTokenLocked(UserAccounts accounts, SQLiteDatabase db, String accountType, String authToken) argument
1779 saveCachedToken( UserAccounts accounts, Account account, String callerPkg, byte[] callerSigDigest, String tokenType, String token, long expiryMillis) argument
1799 saveAuthTokenToDatabase(UserAccounts accounts, Account account, String type, String authToken) argument
1920 setPasswordInternal(UserAccounts accounts, Account account, String password, int callingUid) argument
2017 accountExistsCacheLocked(UserAccounts accounts, Account account) argument
2028 setUserdataInternalLocked(UserAccounts accounts, Account account, String key, String value) argument
2439 getSigninRequiredNotificationId(UserAccounts accounts, Account account) argument
2713 StartAccountSession( UserAccounts accounts, IAccountManagerResponse response, String accountType, boolean expectActivityLaunch, String accountName, boolean authDetailsRequired, boolean updateLastAuthenticationTime, boolean isPasswordForwardingAllowed) argument
3289 GetAccountsByTypeAndFeatureSession(UserAccounts accounts, IAccountManagerResponse response, String type, String[] features, int callingUid) 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
4253 logRecord(UserAccounts accounts, String action, String tableName) argument
4258 logRecordWithUid(UserAccounts accounts, String action, String tableName, int uid) argument
4902 doNotification(UserAccounts accounts, Account account, CharSequence message, Intent intent, int userId) argument
5299 removeAccountFromCacheLocked(UserAccounts accounts, Account account) argument
5324 insertAccountIntoCacheLocked(UserAccounts accounts, Account account) argument
5435 writeUserDataIntoCacheLocked(UserAccounts accounts, final SQLiteDatabase db, Account account, String key, String value) argument
5449 readCachedTokenInternal( UserAccounts accounts, Account account, String tokenType, String callingPackage, byte[] pkgSigDigest) argument
5461 writeAuthTokenIntoCacheLocked(UserAccounts accounts, final SQLiteDatabase db, Account account, String key, String value) argument
5475 readAuthTokenInternal(UserAccounts accounts, Account account, String authTokenType) argument
5489 readUserDataInternalLocked( UserAccounts accounts, Account account, String key) argument
[all...]
H A DIAccountAuthenticatorCache.java17 package com.android.server.accounts;
19 import android.accounts.AuthenticatorDescription;
36 * matched the specified {@link android.accounts.AuthenticatorDescription} or null
H A DAccountAuthenticatorCache.java17 package com.android.server.accounts;
19 import android.accounts.AccountManager;
20 import android.accounts.AuthenticatorDescription;
21 import android.accounts.IAccountAuthenticator;
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DAccountManagerServiceTest.java17 package com.android.server.accounts;
23 import android.accounts.Account;
24 import android.accounts.AuthenticatorDescription;
105 Account[] accounts = mAms.getAccounts(null, mContext.getOpPackageName());
106 Arrays.sort(accounts, new AccountSorter());
107 assertEquals(6, accounts.length);
108 assertEquals(a11, accounts[0]);
109 assertEquals(a21, accounts[1]);
110 assertEquals(a31, accounts[2]);
111 assertEquals(a12, accounts[
[all...]
/frameworks/base/core/java/android/content/
H A DISyncAdapter.aidl19 import android.accounts.Account;
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accounts/
H A DAuthenticatorHelper.java17 package com.android.settingslib.accounts;
19 import android.accounts.Account;
20 import android.accounts.AccountManager;
21 import android.accounts.AuthenticatorDescription;
40 * Helper class for monitoring accounts on the device for a given user.
44 * called once accounts get updated. For setting up listening for account
201 void onAccountsUpdated(Account[] accounts) { argument
203 if (accounts == null) {
204 accounts = AccountManager.get(mContext).getAccountsAsUser(mUserHandle.getIdentifier());
208 for (int i = 0; i < accounts
[all...]
/frameworks/base/test-runner/src/android/test/
H A DIsolatedContext.java21 import android.accounts.AccountManager;
22 import android.accounts.AccountManagerCallback;
23 import android.accounts.AccountManagerFuture;
24 import android.accounts.AuthenticatorException;
25 import android.accounts.OnAccountsUpdateListener;
26 import android.accounts.OperationCanceledException;
27 import android.accounts.Account;
/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DAndroidAuthenticator.java21 import android.accounts.Account;
22 import android.accounts.AccountManager;
23 import android.accounts.AccountManagerFuture;

Completed in 8600 milliseconds

1234