Searched refs:mLocationFudger (Results 1 – 1 of 1) sorted by relevance
199 private LocationFudger mLocationFudger; field in LocationManagerService310 mLocationFudger = new LocationFudger(mContext, mHandler); in initializeLocked()2737 lastLocation = new Location(mLocationFudger.getOrCreate(noGPSLocation)); in getLastLocation()3337 coarseLocation = mLocationFudger.getOrCreate(noGPSLocation); in handleLocationChangedLocked()3764 if (mLocationFudger != null) { in dump()3766 mLocationFudger.dump(fd, pw, args); in dump()