Home
last modified time | relevance | path

Searched refs:accountEntry (Results 1 – 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DMailAppProvider.java217 for (AccountCacheEntry accountEntry : accountList) { in query()
218 final Account account = accountEntry.mAccount; in query()
305 private void addAccountImpl(Uri key, AccountCacheEntry accountEntry) { in addAccountImpl() argument
307 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() local
375 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 …]
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipAccountRegistry.java138 AccountEntry accountEntry = getAccountEntry(sipUri); in removeSipProfile() local
140 if (accountEntry != null) { in removeSipProfile()
141 mAccounts.remove(accountEntry); in removeSipProfile()
157 AccountEntry accountEntry = getAccountEntry(sipUri); in stopSipService() local
158 if (accountEntry != null ) { in stopSipService()
160 accountEntry.stopSipService(sipManager); in stopSipService()