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

/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java117 private LocationWorkerHandler mLocationHandler; field in class:LocationManagerService
269 mPendingIntent.send(mContext, 0, statusChanged, this, mLocationHandler);
304 mPendingIntent.send(mContext, 0, locationChanged, this, mLocationHandler);
343 mPendingIntent.send(mContext, 0, providerIntent, this, mLocationHandler);
470 serviceName, mLocationHandler);
525 mSettings = new ContentQueryMap(settingsCursor, Settings.System.NAME, true, mLocationHandler);
534 mLocationHandler = new LocationWorkerHandler();
1155 intent.send(mContext, 0, enteredIntent, this, mLocationHandler);
1180 intent.send(mContext, 0, exitedIntent, this, mLocationHandler);
1385 mLocationHandler
[all...]

Completed in 37 milliseconds