Searched refs:accountsForUser (Results 1 – 2 of 2) sorted by relevance
410 Account[] accountsForUser = mAccountsCache.get(userId); in isAccountValid() local411 if (accountsForUser == null) { in isAccountValid()412 accountsForUser = mAccountManager.getAccountsAsUser(userId); in isAccountValid()413 mAccountsCache.put(userId, accountsForUser); in isAccountValid()415 return ArrayUtils.contains(accountsForUser, account); in isAccountValid()
357 Account[] accountsForUser = AccountManagerService.getSingleton().getAccounts( in removeStaleAccounts() local360 mSyncStorageEngine.removeStaleAccounts(accountsForUser, user.id); in removeStaleAccounts()