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

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AccountController.java 27 import com.android.mail.providers.FolderWatcher;
97 * Set the folderWatcher
99 void setFolderWatcher(FolderWatcher watcher);
FolderSelectionActivity.java 40 import com.android.mail.providers.FolderWatcher;
137 public void setFolderWatcher(FolderWatcher watcher) {
FolderListFragment.java 58 import com.android.mail.providers.FolderWatcher;
105 FolderWatcher.UnreadCountChangedListener {
206 private FolderWatcher mFolderWatcher = null;
428 mFolderWatcher = new FolderWatcher(mActivity, this);
    [all...]
AbstractActivityController.java 86 import com.android.mail.providers.FolderWatcher;
246 private FolderWatcher mFolderWatcher;
429 * {@link FolderWatcher} can create its folder loaders without clashing with the IDs of those
430 * of the {@link AbstractActivityController}. Currently, the {@link FolderWatcher} is the only
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
FolderWatcher.java 43 public class FolderWatcher {
66 * Create a {@link FolderWatcher}.
70 public FolderWatcher(

Completed in 218 milliseconds