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
AttachmentService.java
AuthenticatorService.java
EasAuthenticatorService.java
EasAuthenticatorServiceAlternate.java
EasTestAuthenticatorService.java
EmailBroadcastProcessorService.java email: imap push 2015-10-18 14:05:32 -07:00
EmailBroadcastReceiver.java
EmailServiceStub.java email: imap push 2015-10-18 14:05:32 -07:00
EmailServiceUtils.java
EmailUpgradeBroadcastReceiver.java
ImapAuthenticatorService.java
ImapService.java Don't cancel PendingIntents used for AlarmManager. 2015-10-18 14:06:01 -07:00
ImapTempFileLiteral.java
LegacyEasAuthenticatorService.java
LegacyEmailAuthenticatorService.java
LegacyImapAuthenticatorService.java
LegacyImapSyncAdapterService.java Don't auto-register IDLE when gaining connection. 2015-10-18 14:05:32 -07:00
PolicyService.java
Pop3AuthenticatorService.java
Pop3Service.java
Pop3SyncAdapterService.java
PopImapSyncAdapterService.java email: fix NPE 2015-10-18 14:05:32 -07:00