Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/
DMailIntentService.java77 this, getContactFetcher()); in onHandleIntent()
93 this, false, accountUri, folderUri, getContactFetcher()); in onHandleIntent()
103 folder.folderUri, getContactFetcher()); in onHandleIntent()
113 account, folder, getAttention, getContactFetcher()); in onHandleIntent()
135 public ContactFetcher getContactFetcher() { in getContactFetcher() method in MailIntentService