Files
frameworks_base/core/java/android/app
Christopher Tate 2d449afe3d Make RestoreSession.getAvailableRestoreSets() asynchronous
This transaction can involve the transport having to query a remote backend
over the wire, so it can take a Long Time(tm).  Make it main-thread-safe by
making it asynchronous, with the results passed as a callback to the invoker's
RestoreObserver.  We also make the IRestoreObserver callback interface
properly oneway.

Bug #2550665
Bug #2549422

Change-Id: If18a233a0a3d54c7b55101715c9e6195b762c5a0
2010-03-30 12:42:35 -07:00
..
2010-03-18 13:44:45 -07:00
2009-07-21 11:16:54 -07:00
2010-03-29 13:00:07 -07:00
2009-07-31 17:38:20 -07:00
2009-07-21 11:16:54 -07:00
2010-03-04 11:52:14 -08:00