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

  /frameworks/base/services/core/java/com/android/server/twilight/
TwilightService.java 61 LocationHandler mLocationHandler;
77 mLocationHandler = new LocationHandler();
132 mLocationHandler.enableLocationUpdates();
432 mLocationHandler.requestLocationUpdate();
437 mLocationHandler.requestTwilightUpdate();
459 mLocationHandler.processNewLocation(location);
  /frameworks/base/services/core/java/com/android/server/
LocationManagerService.java 162 private LocationWorkerHandler mLocationHandler;
251 mLocationHandler = new LocationWorkerHandler(BackgroundThread.get().getLooper());
253 // prepare mLocationHandler's dependents
254 mLocationFudger = new LocationFudger(mContext, mLocationHandler);
255 mBlacklist = new LocationBlacklist(mContext, mLocationHandler);
295 new ContentObserver(mLocationHandler) {
303 mPackageMonitor.register(mContext, mLocationHandler.getLooper(), true);
322 }, UserHandle.ALL, intentFilter, null, mLocationHandler);
435 mLocationHandler.getLooper());
474 mLocationHandler);
    [all...]

Completed in 67 milliseconds