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 623 private FolderWatcher mFolderWatcher = null;
641 mFolderWatcher = new FolderWatcher(mActivity, this);
642 mFolderWatcher.updateAccountList(getAllAccounts());
649 mAccountController.setFolderWatcher(mFolderWatcher);
652 mFolderWatcher.updateAccountList(getAllAccounts());
755 final int unreadCount = mFolderWatcher.getUnreadCount(account);
    [all...]
AbstractActivityController.java 240 private FolderWatcher mFolderWatcher;
    [all...]

Completed in 257 milliseconds