OSDN Git Service

- make SyncManager get the accounts list during the constructor,
authorFred Quintana <fredq@google.com>
Wed, 30 Sep 2009 03:44:30 +0000 (20:44 -0700)
committerFred Quintana <fredq@google.com>
Wed, 30 Sep 2009 18:06:25 +0000 (11:06 -0700)
commite91ebe2be9580625ff31af8583e55aaefc50474f
treeed15117cb1991cb6e5d6d6daf460fdaa40cc6f0d
parentfff0b4a6c22c458b6a05bc1fd8840b4bc09be38e
- make SyncManager get the accounts list during the constructor,
  which will allow syncs to be scheduled during bootup. The
  providers need this so that they can potentially schedule
  syncs while they are starting up.
- make the SyncManager message handler wait until boot
  has completed to start dispatching messages
core/java/android/content/SyncManager.java
services/java/com/android/server/SystemServer.java