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

  /packages/apps/Email/src/com/android/email/
Email.java 205 RefreshManager.getInstance(this);
RefreshManager.java 51 public class RefreshManager {
56 private static RefreshManager sInstance;
169 public static synchronized RefreshManager getInstance(Context context) {
171 sInstance = new RefreshManager(context, Controller.getInstance(context),
177 protected RefreshManager(Context context, Controller controller, Clock clock,

Completed in 3036 milliseconds