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

/packages/apps/Email/src/com/android/email/
H A DController.java1788 public static class ControllerService extends Service { class in class:Controller
1811 Attachment att = Attachment.restoreAttachmentWithId(ControllerService.this,
1817 Message msg = Message.restoreMessageWithId(ControllerService.this,
1824 String[] cols = Utility.getRowColumns(ControllerService.this,
1828 msg = Message.restoreMessageWithId(ControllerService.this,
/packages/apps/Email/src/com/android/email/service/
H A DAttachmentDownloadService.java36 import com.android.email.Controller.ControllerService;
716 serviceIntent = new Intent(mContext, ControllerService.class);

Completed in 341 milliseconds