Home
last modified time | relevance | path

Searched refs:MailIntentService (Results 1 – 6 of 6) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/
DMailIntentService.java37 public class MailIntentService extends IntentService { class
59 public MailIntentService() { in MailIntentService() method in MailIntentService
63 protected MailIntentService(final String name) { in MailIntentService() method in MailIntentService
/packages/apps/Email/provider_src/com/android/email/
DEmailIntentService.java20 import com.android.mail.MailIntentService;
28 public class EmailIntentService extends MailIntentService {
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
DVersionedPrefs.java28 import com.android.mail.MailIntentService;
278 MailIntentService.broadcastBackupDataChanged(getContext()); in notifyBackupPreferenceChanged()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationActionUtils.java36 import com.android.mail.MailIntentService;
872 final Intent intent = new Intent(MailIntentService.ACTION_RESEND_NOTIFICATIONS); in resendNotifications()
DNotificationUtils.java48 import com.android.mail.MailIntentService;
479 final Intent intent = new Intent(MailIntentService.ACTION_SEND_SET_NEW_EMAIL_INDICATOR); in sendSetNewEmailIndicatorIntent()
663 new Intent(MailIntentService.ACTION_CLEAR_NEW_MAIL_NOTIFICATIONS); in validateNotifications()
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DComposeActivity.java88 import com.android.mail.MailIntentService;
616 actionIntent = new Intent(MailIntentService.ACTION_RESEND_NOTIFICATIONS_WEAR); in finishCreate()
619 actionIntent = new Intent(MailIntentService.ACTION_CLEAR_NEW_MAIL_NOTIFICATIONS); in finishCreate()