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

  /packages/apps/Email/src/com/android/email/
MessagingController.java 84 public class MessagingController implements Runnable {
128 private static MessagingController sInstance = null;
148 protected MessagingController(Context _context, Controller _controller) {
156 * Gets or creates the singleton instance of MessagingController. Application is used to
159 public synchronized static MessagingController getInstance(Context _context,
162 sInstance = new MessagingController(_context, _controller);
170 public static void injectMockController(MessagingController mockController) {
    [all...]
Controller.java 71 * Handles disambiguating between legacy MessagingController operations and newer provider/sync
80 private final MessagingController mLegacyController;
124 mLegacyController = MessagingController.getInstance(mProviderContext, this);
357 // MessagingController implementation
385 // MessagingController implementation
413 // MessagingController implementation
443 // Split here for target type (Service or MessagingController)
460 // MessagingController implementation
636 // MessagingController implementation
    [all...]

Completed in 47 milliseconds