replicant-packages_apps_Email/provider_src/com/android/email/service
Danny Baumann a73579b5b3 Don't cancel PendingIntents used for AlarmManager.
Creating new ones (which is the implicit effect of FLAG_CANCEL_CURRENT)
causes PendingIntent.equals() to return false for the new and the old
instance, which in turn leads to AlarmManager failing to remove the
alarm.

Also remove the unneeded request code offsets. The intent actions for
the various actions are already distinct, so we need to only identify
between the intents that have the same actions; using the mailbox ID as
request code is sufficient for that purpose.

Change-Id: I9030c24a9c6b1c722b246601fde741f7027d3de7
2015-10-18 14:06:01 -07:00
..
AccountService.java Changes to support smaller email tombstone apk size 2014-09-16 13:59:07 -07:00
AttachmentService.java Calculate available background threads for AttachmentService correctly. 2014-10-02 15:29:03 -07:00
AuthenticatorService.java Changes to support smaller email tombstone apk size 2014-09-16 13:59:07 -07:00
EasAuthenticatorService.java Changes to support smaller email tombstone apk size 2014-09-16 13:59:07 -07:00
EasAuthenticatorServiceAlternate.java Changes to support smaller email tombstone apk size 2014-09-16 13:59:07 -07:00
EasTestAuthenticatorService.java Changes to support smaller email tombstone apk size 2014-09-16 13:59:07 -07:00
EmailBroadcastProcessorService.java email: imap push 2015-10-18 14:05:32 -07:00
EmailBroadcastReceiver.java Add MAIL_SERVICE WAKEUP, SEND, MOVE, READ, DELETE MESSAGE action 2015-10-06 03:30:32 -06:00
EmailServiceStub.java email: imap push 2015-10-18 14:05:32 -07:00
EmailServiceUtils.java Changes to support smaller email tombstone apk size 2014-09-16 13:59:07 -07:00
EmailUpgradeBroadcastReceiver.java Changes to support smaller email tombstone apk size 2014-09-16 13:59:07 -07:00
ImapAuthenticatorService.java Changes to support smaller email tombstone apk size 2014-09-16 13:59:07 -07:00
ImapService.java Don't cancel PendingIntents used for AlarmManager. 2015-10-18 14:06:01 -07:00
ImapTempFileLiteral.java Changes to support smaller email tombstone apk size 2014-09-16 13:59:07 -07:00
LegacyEasAuthenticatorService.java Changes to support smaller email tombstone apk size 2014-09-16 13:59:07 -07:00
LegacyEmailAuthenticatorService.java Changes to support smaller email tombstone apk size 2014-09-16 13:59:07 -07:00
LegacyImapAuthenticatorService.java Changes to support smaller email tombstone apk size 2014-09-16 13:59:07 -07:00
LegacyImapSyncAdapterService.java Don't auto-register IDLE when gaining connection. 2015-10-18 14:05:32 -07:00
PolicyService.java Don't allow disabling of the camera with managed profiles 2014-09-25 13:48:11 -07:00
Pop3AuthenticatorService.java Changes to support smaller email tombstone apk size 2014-09-16 13:59:07 -07:00
Pop3Service.java Add MAIL_SERVICE WAKEUP, SEND, MOVE, READ, DELETE MESSAGE action 2015-10-06 03:30:32 -06:00
Pop3SyncAdapterService.java Changes to support smaller email tombstone apk size 2014-09-16 13:59:07 -07:00
PopImapSyncAdapterService.java email: fix NPE 2015-10-18 14:05:32 -07:00