Searched defs:mLocationFudger (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java136 private LocationFudger mLocationFudger; field in class:LocationManagerService
219 mLocationFudger = new LocationFudger(mContext, mLocationHandler);
1455 return new Location(mLocationFudger.getOrCreate(noGPSLocation));
1792 coarseLocation = mLocationFudger.getOrCreate(noGPSLocation);
2230 mLocationFudger.dump(fd, pw, args);

Completed in 36 milliseconds