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

  /frameworks/base/services/java/com/android/server/
TwilightService.java 61 private final LocationHandler mLocationHandler;
77 mLocationHandler = new LocationHandler();
91 mLocationHandler.enableLocationUpdates();
118 mLocationHandler.enableLocationUpdates();
533 mLocationHandler.requestLocationUpdate();
538 mLocationHandler.requestTwilightUpdate();
560 mLocationHandler.processNewLocation(location);
LocationManagerService.java 143 private LocationWorkerHandler mLocationHandler;
216 mLocationHandler = new LocationWorkerHandler(mHandlerThread.getLooper());
218 // prepare mLocationHandler's dependents
219 mLocationFudger = new LocationFudger(mContext, mLocationHandler);
220 mBlacklist = new LocationBlacklist(mContext, mLocationHandler);
242 new ContentObserver(mLocationHandler) {
250 mPackageMonitor.register(mContext, mLocationHandler.getLooper(), true);
264 }, UserHandle.ALL, intentFilter, null, mLocationHandler);
343 mLocationHandler.getLooper());
381 mLocationHandler);
    [all...]

Completed in 80 milliseconds