Searched refs:accountEntry (Results 1 – 2 of 2) sorted by relevance
217 for (AccountCacheEntry accountEntry : accountList) { in query()218 final Account account = accountEntry.mAccount; in query()305 private void addAccountImpl(Uri key, AccountCacheEntry accountEntry) { in addAccountImpl() argument307 LogUtils.v(LOG_TAG, "adding account %s", accountEntry.mAccount); in addAccountImpl()309 mAccountCache.put(key, accountEntry); in addAccountImpl()372 final AccountCacheEntry accountEntry = new AccountCacheEntry( in loadCachedAccountList() local375 if (accountEntry.mAccount.settings == null) { in loadCachedAccountList()380 Account account = accountEntry.mAccount; in loadCachedAccountList()385 addAccountImpl(account.uri, accountEntry); in loadCachedAccountList()408 for (AccountCacheEntry accountEntry : accountList) { in cacheAccountList()[all …]
164 AccountEntry accountEntry = getAccountEntry(sipProfileName); in removeSipProfile() local166 if (accountEntry != null) { in removeSipProfile()167 mAccounts.remove(accountEntry); in removeSipProfile()183 AccountEntry accountEntry = getAccountEntry(sipProfileName); in stopSipService() local184 if (accountEntry != null ) { in stopSipService()186 accountEntry.stopSipService(sipManager); in stopSipService()