Home | History | Annotate | Download | only in service

Lines Matching refs:service

17 package com.android.email.service;
19 import android.app.Service;
28 import com.android.emailcommon.service.EmailServiceProxy;
29 import com.android.emailcommon.service.IEmailService;
30 import com.android.emailcommon.service.IEmailServiceCallback;
31 import com.android.emailcommon.service.SearchParams;
45 * Returns an {@link IEmailService} for the service; otherwise returns an empty
80 * <p>In theory, the service in question isn't used on the no-exchange-support build,
82 * class. However, there are a few places we do use the service even if there's no exchange
85 public static class NullEmailService extends Service implements IEmailService {