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

  /external/chromium_org/sync/api/attachments/
attachment_service.cc 9 AttachmentService::AttachmentService() {}
10 AttachmentService::~AttachmentService() {}
attachment_service.h 19 // AttachmentService is responsible for managing a model type's attachments.
21 // Outside of sync code, AttachmentService shouldn't be used directly. Instead
26 class SYNC_EXPORT AttachmentService {
58 // events that originate from AttachmentService.
59 // This interface will be called from the same thread AttachmentService was
70 AttachmentService();
71 virtual ~AttachmentService();
  /packages/apps/Email/src/com/android/email/service/
AttachmentService.java 63 public class AttachmentService extends Service implements Runnable {
65 public static final String LOG_TAG = "AttachmentService";
108 "com.android.email.AttachmentService.attachment_id";
110 "com.android.email.AttachmentService.attachment_flags";
118 static volatile AttachmentService sRunningService = null;
430 // TODO: Really don't like hard coding the AttachmentService reference here
433 // static (or test) AttachmentService instance to use.
434 final AttachmentService service = AttachmentService.sRunningService;
444 }, "AttachmentService AttachmentWatchdog").start()
    [all...]

Completed in 119 milliseconds