Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java179 private LocationWorkerHandler mLocationHandler; field in LocationManagerService
289 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() argument
407 new ContentObserver(mLocationHandler) { in systemRunning() argument
419 new ContentObserver(mLocationHandler) { in systemRunning() argument
428 mPackageMonitor.register(mContext, mLocationHandler.getLooper(), true); in systemRunning()
454 }, UserHandle.ALL, intentFilter, null, mLocationHandler); in systemRunning()
587 mLocationHandler.getLooper()); in loadProvidersLocked()
[all …]