Home
last modified time | relevance | path

Searched refs:AccountAndUser (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/java/android/accounts/
H A DAccountAndUser.java27 public class AccountAndUser { class
34 public AccountAndUser(Account account, int userId) { in AccountAndUser() method in AccountAndUser
41 if (!(o instanceof AccountAndUser)) return false; in equals()
42 final AccountAndUser other = (AccountAndUser) o; in equals()
/aosp14/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java25 import android.accounts.AccountAndUser;
232 private static final AccountAndUser[] INITIAL_ACCOUNTS_ARRAY = new AccountAndUser[0];
1037 AccountAndUser[] accounts = null; in scheduleSync()
1041 accounts = new AccountAndUser[]{new AccountAndUser(requestedAccount, userId)}; in scheduleSync()
1085 for (AccountAndUser account : accounts) { in scheduleSync()
2338 final AccountAndUser[] accounts = in dumpSyncState()
2387 for (AccountAndUser account : accounts) { in dumpSyncState()
3397 AccountAndUser[] oldAccounts = mRunningAccounts; in updateRunningAccountsH()
3411 AccountAndUser[] accounts = mRunningAccounts; in updateRunningAccountsH()
3441 AccountAndUser[] allAccounts = in updateRunningAccountsH()
[all …]
H A DSyncStorageEngine.java22 import android.accounts.AccountAndUser;
185 final AccountAndUser accountAndUser;
189 AccountInfo(AccountAndUser accountAndUser) { in AccountInfo()
446 private final HashMap<AccountAndUser, AccountInfo> mAccounts
447 = new HashMap<AccountAndUser, AccountInfo>();
1550 AccountAndUser au = new AccountAndUser(info.account, info.userId); in getAuthorityLocked()
1581 AccountAndUser au = new AccountAndUser(info.account, info.userId); in getOrCreateAuthorityLocked()
1625 AccountInfo accountInfo = mAccounts.get(new AccountAndUser(account, userId)); in removeAuthorityLocked()
/aosp14/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java22 import android.accounts.AccountAndUser;
4262 AccountAndUser[] allAccounts = getAllAccountsForSystemProcess();
4416 public AccountAndUser[] getRunningAccountsForSystem() {
4435 public AccountAndUser[] getAllAccountsForSystemProcess() {
4451 private AccountAndUser[] getAccountsForSystem(int[] userIds) {
4452 final ArrayList<AccountAndUser> runningAccounts = Lists.newArrayList();
4463 runningAccounts.add(new AccountAndUser(account, userId));
4467 AccountAndUser[] accountsArray = new AccountAndUser[runningAccounts.size()];
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes40 android.accounts.AccountAndUser
H A Dboot-image-profile.txt22820 Landroid/accounts/AccountAndUser;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes40 android.accounts.AccountAndUser
H A Dboot-image-profile.txt32923 Landroid/accounts/AccountAndUser;