Searched refs:RefreshTask (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/activity/
H A DUIControllerTwoPaneRefreshTaskTest.java32 * Tests for {@link UIControllerTwoPane.RefreshTask}.
60 UIControllerTwoPane.RefreshTask task = new UIControllerTwoPane.RefreshTask(null,
103 UIControllerTwoPane.RefreshTask task = new UIControllerTwoPane.RefreshTask(null,
/packages/apps/Email/src/com/android/email/activity/
H A DUIControllerTwoPane.java546 new RefreshTask(mTaskTracker, mActivity, getActualAccountId(),
564 static class RefreshTask extends EmailAsyncTask<Void, Void, Boolean> { class in class:UIControllerTwoPane
573 public RefreshTask(EmailAsyncTask.Tracker tracker, Context context, long accountId, method in class:UIControllerTwoPane.RefreshTask
580 RefreshTask(EmailAsyncTask.Tracker tracker, Context context, long accountId, method in class:UIControllerTwoPane.RefreshTask

Completed in 130 milliseconds