replicant-packages_apps_Email/provider_src/com/android/email/service
Danny Baumann cb4fda8286 Do less work on IDLE refresh.
Don't do a full reconnection, but just a stopIdling/startIdling pair. In
order to be able to do that, make sure the IDLE connection is fully shut
down when stopIdling() returns, for which some refactoring was needed to
avoid a deadlock on mIdledFolders: the ImapIdleListener callbacks
acquire this lock, so stopIdling() now MUST NOT be called with
mIdledFolders lock held.

Change-Id: Ifa1677d7845722ccee2b1b9380c7b7e4014bcd97
2015-10-18 14:05:32 -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 Do less work on IDLE refresh. 2015-10-18 14:05:32 -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 email: imap push 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