Searched refs:mLocationHandler (Results 1 – 1 of 1) sorted by relevance
179 private LocationWorkerHandler mLocationHandler; field in LocationManagerService289 mLocationHandler = new LocationWorkerHandler(BackgroundThread.get().getLooper()); in systemRunning()292 mLocationFudger = new LocationFudger(mContext, mLocationHandler); in systemRunning()293 mBlacklist = new LocationBlacklist(mContext, mLocationHandler); in systemRunning()396 new ContentObserver(mLocationHandler) { in systemRunning() argument407 new ContentObserver(mLocationHandler) { in systemRunning() argument419 new ContentObserver(mLocationHandler) { in systemRunning() argument428 mPackageMonitor.register(mContext, mLocationHandler.getLooper(), true); in systemRunning()454 }, UserHandle.ALL, intentFilter, null, mLocationHandler); in systemRunning()587 mLocationHandler.getLooper()); in loadProvidersLocked()[all …]