Searched refs:AccountAndUser (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/accounts/ |
D | AccountAndUser.java | 27 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()
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | SyncManager.java | 25 import android.accounts.AccountAndUser; 235 private static final AccountAndUser[] INITIAL_ACCOUNTS_ARRAY = new AccountAndUser[0]; 238 private volatile AccountAndUser[] mRunningAccounts = INITIAL_ACCOUNTS_ARRAY; 333 private boolean containsAccountAndUser(AccountAndUser[] accounts, Account account, int userId) { in containsAccountAndUser() 1066 AccountAndUser[] accounts = null; in scheduleSync() 1070 accounts = new AccountAndUser[]{new AccountAndUser(requestedAccount, userId)}; in scheduleSync() 1072 for (AccountAndUser runningAccount : mRunningAccounts) { in scheduleSync() 1074 accounts = ArrayUtils.appendElement(AccountAndUser.class, in scheduleSync() 1114 for (AccountAndUser account : accounts) { in scheduleSync() 2385 final AccountAndUser[] accounts = in dumpSyncState() [all …]
|
D | SyncStorageEngine.java | 22 import android.accounts.AccountAndUser; 185 final AccountAndUser accountAndUser; 189 AccountInfo(AccountAndUser accountAndUser) { in AccountInfo() 451 private final HashMap<AccountAndUser, AccountInfo> mAccounts 452 = new HashMap<AccountAndUser, AccountInfo>(); 1556 AccountAndUser au = new AccountAndUser(info.account, info.userId); in getAuthorityLocked() 1587 AccountAndUser au = new AccountAndUser(info.account, info.userId); in getOrCreateAuthorityLocked() 1631 AccountInfo accountInfo = mAccounts.get(new AccountAndUser(account, userId)); in removeAuthorityLocked()
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 22 import android.accounts.AccountAndUser; 4322 AccountAndUser[] allAccounts = getAllAccountsForSystemProcess(); 4479 public AccountAndUser[] getRunningAccountsForSystem() { 4498 public AccountAndUser[] getAllAccountsForSystemProcess() { 4514 private AccountAndUser[] getAccountsForSystem(int[] userIds) { 4515 final ArrayList<AccountAndUser> runningAccounts = Lists.newArrayList(); 4526 runningAccounts.add(new AccountAndUser(account, userId)); 4530 AccountAndUser[] accountsArray = new AccountAndUser[runningAccounts.size()];
|
/frameworks/base/services/ |
D | art-wear-profile | 3795 …/server/accounts/AccountManagerService;->getAccountsForSystem([I)[Landroid/accounts/AccountAndUser; 3798 …accounts/AccountManagerService;->getAllAccountsForSystemProcess()[Landroid/accounts/AccountAndUser; 3800 …er/accounts/AccountManagerService;->getRunningAccountsForSystem()[Landroid/accounts/AccountAndUser; 9337 …st$fgetmRunningAccounts(Lcom/android/server/content/SyncManager;)[Landroid/accounts/AccountAndUser; 9341 …t$fputmRunningAccounts(Lcom/android/server/content/SyncManager;[Landroid/accounts/AccountAndUser;)V
|
/frameworks/base/boot/ |
D | preloaded-classes | 41 android.accounts.AccountAndUser
|
D | boot-image-profile.txt | 22414 Landroid/accounts/AccountAndUser;
|
/frameworks/base/config/ |
D | preloaded-classes | 41 android.accounts.AccountAndUser
|
D | boot-image-profile.txt | 32544 Landroid/accounts/AccountAndUser;
|