HomeSort by relevance Sort by last modified time
    Searched refs:LocationUpdater (Results 1 - 2 of 2) sorted by null

  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
LocationStatsAggregator.java 68 private LocationUpdater mLocationUpdater;
94 IntentFilter filter = new IntentFilter(LocationUpdater.LOCATION_UPDATE);
95 mLocationUpdater = new LocationUpdater();
98 Intent intent = new Intent(LocationUpdater.LOCATION_UPDATE);
180 private class LocationUpdater extends BroadcastReceiver {
181 String TAG = "LocationUpdater";
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java 71 private LocationUpdater mLocationUpdater;
97 mLocationUpdater = new LocationUpdater();
359 private class LocationUpdater implements LocationListener {

Completed in 44 milliseconds