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

  /external/chromium_org/sync/internal_api/attachments/
attachment_service.cc 9 AttachmentService::AttachmentService() {}
10 AttachmentService::~AttachmentService() {}
  /external/chromium_org/sync/internal_api/public/attachments/
attachment_service.h 20 // AttachmentService is responsible for managing a model type's attachments.
22 // Outside of sync code, AttachmentService shouldn't be used directly. Instead
27 class SYNC_EXPORT AttachmentService {
49 // events that originate from AttachmentService.
50 // This interface will be called from the same thread AttachmentService was
61 AttachmentService();
62 virtual ~AttachmentService();
  /packages/apps/Email/provider_src/com/android/email/service/
AttachmentService.java 64 public class AttachmentService extends Service implements Runnable {
66 public static final String LOG_TAG = "AttachmentService";
109 "com.android.email.AttachmentService.attachment_id";
111 "com.android.email.AttachmentService.attachment_flags";
119 static volatile AttachmentService sRunningService = null;
432 // TODO: Really don't like hard coding the AttachmentService reference here
435 // static (or test) AttachmentService instance to use.
436 final AttachmentService service = AttachmentService.sRunningService;
446 }, "AttachmentService AttachmentWatchdog").start()
    [all...]

Completed in 79 milliseconds