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

/frameworks/base/services/java/com/android/server/
H A DTwilightService.java61 private final LocationHandler mLocationHandler; field in class:TwilightService
77 mLocationHandler = new LocationHandler();
91 mLocationHandler.enableLocationUpdates();
118 mLocationHandler.enableLocationUpdates();
533 mLocationHandler.requestLocationUpdate();
538 mLocationHandler.requestTwilightUpdate();
560 mLocationHandler.processNewLocation(location);
H A DLocationManagerService.java138 private LocationWorkerHandler mLocationHandler; field in class:LocationManagerService
203 mLocationHandler = new LocationWorkerHandler();
215 mBlacklist = new LocationBlacklist(mContext, mLocationHandler);
217 mLocationFudger = new LocationFudger(mContext, mLocationHandler);
228 new ContentObserver(mLocationHandler) {
365 providerPackageNames, mLocationHandler, mCurrentUserId);
379 providerPackageNames, mLocationHandler, mCurrentUserId);
515 mPendingIntent.send(mContext, 0, statusChanged, this, mLocationHandler,
549 mPendingIntent.send(mContext, 0, locationChanged, this, mLocationHandler,
587 mPendingIntent.send(mContext, 0, providerIntent, this, mLocationHandler,
[all...]

Completed in 35 milliseconds