History log of /frameworks/base/core/java/android/content/SyncInfo.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f39549e389edf62f43bacd95a1b8580d75ad77ed 20-Jan-2016 Matthew Williams <mjwilliams@google.com> Redact Account info from getCurrentSyncs

BUG:26094635
If the caller to ContentResolver#getCurrentSyncs does not hold the
GET_ACCOUNTS permission, return a SyncInfo object that does not
contain any Account information.

Change-Id: I5628ebe1f56c8e3f784aaf1b3281e6b829d19314
(cherry picked from commit b63057e698a01dafcefc7ba09b397b0336bba43d)
/frameworks/base/core/java/android/content/SyncInfo.java
5a9decd589f3f6a512168fd669ee2c5d8daa238b 04-Jun-2014 Matthew Williams <mjwilliams@google.com> Redact SyncService stuff from master

This changes the API surface area, deleting things we aren't releasing.
I'll do the internal clean-up at the same time I do the SyncManager
refactor to sit on top of the TaskManager.
Bug: 14997851
Change-Id: Ibefbb246f0e98d3159399151744279902468a23c
/frameworks/base/core/java/android/content/SyncInfo.java
6090995951c6e2e4dcf38102f01793f8a94166e1 19-Nov-2013 John Spurlock <jspurlock@google.com> Remove unused imports from frameworks/base.

Change-Id: Ia1f99bd2c1105b0b0f70aa614f1f4a67b2840906
/frameworks/base/core/java/android/content/SyncInfo.java
ee7081d1ed2a2029ceca8fd608b0dd69533be0ec 14-Nov-2013 Matthew Williams <mjwilliams@google.com> Resolve build breakage for merge of fix to b/11559103

Change-Id: Ib42eb48a234f53d34d23f5c661331b2f37be4209
/frameworks/base/core/java/android/content/SyncInfo.java
bef1f9a3704176fa1f53ea403b9d337107a5671a 14-Nov-2013 Matthew Williams <mjwilliams@google.com> am 72402f9d: am 09d8e3cf: am c68bb182: Merge "SyncManager now returns copy on getCurrentSyncs()" into klp-dev

* commit '72402f9de7b108d77316e3c93399b07a2f98c42a':
SyncManager now returns copy on getCurrentSyncs()
a7456e46f4cb64524386b22e2596ea93c244c16f 12-Nov-2013 Matthew Williams <mjwilliams@google.com> SyncManager now returns copy on getCurrentSyncs()

Bug:11559103
Added a new getCurrentSyncsCopy() that is public. The other version
is needed for internal SSE calls.

Change-Id: I0287f039a6f75abf04b65b85cb30f78353aeef4f
/frameworks/base/core/java/android/content/SyncInfo.java
56dbf8f23677d28615e61ef2fbb0e738cca02528 26-Jul-2013 Matthew Williams <mjwilliams@google.com> Fix broken javadocs

Change-Id: Ibf7f2ed92919efd36fffa963447b1a443c0bb9db
/frameworks/base/core/java/android/content/SyncInfo.java
4890b085fb4a3f79dd29627a824a77a4fbda3924 12-Aug-2013 Torne (Richard Coles) <torne@google.com> Revert "Fix for scheduling conflicts, address fred's comments"

This reverts commit 96ca46cf8726abbad46857a8af5eb83b2c04ec21 which broke building tests on master.

Change-Id: I7e712d03b42cd25e22c0a8e72cf4e4526cd412e1
/frameworks/base/core/java/android/content/SyncInfo.java
96ca46cf8726abbad46857a8af5eb83b2c04ec21 26-Jul-2013 Matthew Williams <mjwilliams@google.com> Fix for scheduling conflicts, address fred's comments

The last set of comments asked for a renaming. Rather than
confuse the issue now, this patch set focuses on the internals
and API changes can come later.
Renamed AnonymousSyncAdapter -> SyncServiceAdapter

Change-Id: I596ea2f7367b83b357b2f4b56e069448d5591b2a
/frameworks/base/core/java/android/content/SyncInfo.java
7a96c39c510923ef73bbb06ab20109f0168b8eb1 15-Nov-2012 Jeff Sharkey <jsharkey@android.com> Move lingering services to services.jar.

This helps reduce the pressure on framework.jar, and makes it clear
that it should only be used by the system_server.

Bug: 7333397
Change-Id: I0858904239535380fbf30562b793e277d8c3f054
/frameworks/base/core/java/android/content/SyncInfo.java
c6a69559cb62bd20166c0c9684e64c60d779da38 28-Sep-2010 Fred Quintana <fredq@google.com> Add getCurrentSyncs() to the SDK, which replaces the deprecated
getCurrentSync().

Change-Id: I1112df41e48ed93ff4c0c5af4825dbdce0c4cccc
/frameworks/base/core/java/android/content/SyncInfo.java
d5e4fdc8a4743abc0d9fe3cb952a78f9ad078c6b 31-Mar-2010 Fred Quintana <fredq@google.com> some changes due to an API review
- make EntityIterator extend Iterator and thus not throw a
RemoteException, instead converting it into a RuntimeException.
- rename ActiveSyncInfo to SyncInfo
- change getActiveSync to getCurrentSync
- remove the accessors in SyncInfo and instead make the final
fields publicly accessible
- made AbstractThreadedSyncAdapter.cancelSync not take a thread

Change-Id: I99fde5585bc5f1e95f4873ffbba189074a8d6372
http://b/issue?id=2553539
http://b/issue?id=2553541
http://b/issue?id=2553550
/frameworks/base/core/java/android/content/SyncInfo.java