OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLocationUpdater
(Results
1 - 2
of
2
) sorted by null
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
LocationStatsAggregator.java
68
private LocationUpdater
mLocationUpdater
;
95
mLocationUpdater
= new LocationUpdater();
96
context.registerReceiver(
mLocationUpdater
, filter);
110
mContext.unregisterReceiver(
mLocationUpdater
);
/packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java
71
private LocationUpdater
mLocationUpdater
;
96
if (
mLocationUpdater
== null) {
97
mLocationUpdater
= new LocationUpdater();
100
LOCATION_UPDATE_MIN_TIME, LOCATION_UPDATE_MIN_DISTANCE,
mLocationUpdater
);
120
if (
mLocationUpdater
!= null) {
121
mLocationManager.removeUpdates(
mLocationUpdater
);
122
mLocationUpdater
= null;
Completed in 56 milliseconds