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 …]
138 AccountEntry accountEntry = getAccountEntry(sipUri); in removeSipProfile() local140 if (accountEntry != null) { in removeSipProfile()141 mAccounts.remove(accountEntry); in removeSipProfile()157 AccountEntry accountEntry = getAccountEntry(sipUri); in stopSipService() local158 if (accountEntry != null ) { in stopSipService()160 accountEntry.stopSipService(sipManager); in stopSipService()