Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DMailAppProvider.java295 private void addAccountImpl(Account account, Uri accountsQueryUri, boolean notify) { in addAccountImpl() method in MailAppProvider
296 addAccountImpl(account.uri, new AccountCacheEntry(account, accountsQueryUri)); in addAccountImpl()
305 private void addAccountImpl(Uri key, AccountCacheEntry accountEntry) { in addAccountImpl() method in MailAppProvider
385 addAccountImpl(account.uri, accountEntry); in loadCachedAccountList()
493 addAccountImpl(account, accountsQueryUri, false /* don't notify */); in onLoadComplete()