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

/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java125 private LocationWorkerHandler mLocationHandler; field in class:LocationManagerService
287 mPendingIntent.send(mContext, 0, statusChanged, this, mLocationHandler);
322 mPendingIntent.send(mContext, 0, locationChanged, this, mLocationHandler);
361 mPendingIntent.send(mContext, 0, providerIntent, this, mLocationHandler);
485 mNetworkLocationProviderPackageName, mLocationHandler);
545 mSettings = new ContentQueryMap(settingsCursor, Settings.System.NAME, true, mLocationHandler);
554 mLocationHandler = new LocationWorkerHandler();
1432 intent.send(mContext, 0, enteredIntent, this, mLocationHandler);
1457 intent.send(mContext, 0, exitedIntent, this, mLocationHandler);
1661 mLocationHandler
[all...]

Completed in 39 milliseconds