commit | 62a8fc159ad8d8044f3cde6ee6d46e9cc56b823f | [log] [tgz] |
---|---|---|
author | Mike Lockwood <lockwood@android.com> | Mon Mar 22 14:23:26 2010 -0400 |
committer | Mike Lockwood <lockwood@android.com> | Mon Mar 22 15:14:31 2010 -0400 |
tree | 8137c0a75510af3d5e48c6b8ab1ba91e88c1e96c | |
parent | fb0de34a47a435b57075d7a72cbc40a2daf5ee6c [diff] |
GpsLocationProvider: Do our work in a Handler running in a separate thread. To avoid adding a new thread to the system, we take the functionality that was in GpsNetworkThread for downloading NTP time and XTRA data and include this in the new thread as well. BUG: 2531728 Change-Id: I2a26b7f0aae0c60faceb36dc6bc29c915c039ae6 Signed-off-by: Mike Lockwood <lockwood@android.com>