diff options
author | Amith Yamasani <yamasani@google.com> | 2012-02-14 11:50:53 -0800 |
---|---|---|
committer | Amith Yamasani <yamasani@google.com> | 2012-03-08 10:52:36 -0800 |
commit | 04e0d265e3385e9d1fbc35e43c4e8caffbbe3290 (patch) | |
tree | 0570669214e6f4f45a81b51c618dfba38a02afae /graphics/java/android/renderscript/ProgramFragmentFixedFunction.java | |
parent | e5d076e8d1a44414edf4cc4796d4c510b8d49518 (diff) |
Make SyncManager and AccountManagerService multi-user aware.
AccountManagerService
- Maintain multiple account lists, one per user
- Keep multiple databases of accounts
- Account db moved to /data/system/users/<userid>/
SyncManager
- SyncStorageEngine keeps track of multiple users' accounts.
- SyncQueue maintained as a single instance, queueing requests from
multiple users.
- Changed some methods to take userId arguments
- Removed some deadc0de
- Store the userId in the SyncOperation, so we know which provider
instance to bind to when queued operations are processed.
ContentService
- Pass along the userid to sync manager calls.
ActivityManagerService:
- Fixed a bug in cancelIntentSender
- Don't bring other user's task forward when resetting tasks.
Updated tests
Change-Id: If317340ef68e902787aa3f5ceb4cf96f14aea695
Diffstat (limited to 'graphics/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions