Searched refs:LocationUpdater (Results 1 - 1 of 1) sorted by relevance

/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DLocationStatsAggregator.java68 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 { class in class:LocationStatsAggregator
181 String TAG = "LocationUpdater";

Completed in 46 milliseconds