Searched defs:mFolderWatcher (Results 1 - 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DFolderListFragment.java206 private FolderWatcher mFolderWatcher = null; field in class:FolderListFragment
394 mAccountController.setFolderWatcher(mFolderWatcher);
397 mFolderWatcher.updateAccountList(getAllAccounts());
428 mFolderWatcher = new FolderWatcher(mActivity, this);
429 mFolderWatcher.updateAccountList(getAllAccounts());
575 if (account == null || mFolderWatcher == null) {
578 return mFolderWatcher.getDefaultInbox(account);
582 if (account == null || mFolderWatcher == null) {
585 return mFolderWatcher.getUnreadCount(account);
H A DAbstractActivityController.java246 private FolderWatcher mFolderWatcher; field in class:AbstractActivityController
984 if (mFolderWatcher != null) {
985 final Folder inbox = mFolderWatcher.getDefaultInbox(mAccount);
1003 mFolderWatcher = watcher;

Completed in 71 milliseconds