HomeSort by relevance Sort by last modified time
    Searched refs:mFolderWatcher (Results 1 - 2 of 2) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderListFragment.java 206 private FolderWatcher mFolderWatcher = null;
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);
    [all...]
AbstractActivityController.java 246 private FolderWatcher mFolderWatcher;
    [all...]

Completed in 150 milliseconds