Home | History | Annotate | Download | only in email

Lines Matching full:controller

38  *       messages" requests from UI, and calls appropriate methods of {@link Controller}.
40 * (by {@link com.android.email.service.MailService}) uses {@link Controller} directly.
46 * <p>Conceptually it can be a part of {@link Controller}, but extracted for easy testing.
60 private final Controller mController;
61 private final Controller.Result mControllerResult;
171 sInstance = new RefreshManager(context, Controller.getInstance(context),
177 protected RefreshManager(Context context, Controller controller, Clock clock,
181 mController = controller;
355 private class ControllerResult extends Controller.Result {