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.java164 AccountEntry accountEntry = getAccountEntry(sipProfileName); in removeSipProfile() local
166 if (accountEntry != null) { in removeSipProfile()
167 mAccounts.remove(accountEntry); in removeSipProfile()
183 AccountEntry accountEntry = getAccountEntry(sipProfileName); in stopSipService() local
184 if (accountEntry != null ) { in stopSipService()
186 accountEntry.stopSipService(sipManager); in stopSipService()