Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/
DLocationFudger.java37 public class LocationFudger { class
142 public LocationFudger(Context context, Handler handler) { in LocationFudger() method in LocationFudger
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java114 import com.android.server.location.LocationFudger;
199 private LocationFudger mLocationFudger;
310 mLocationFudger = new LocationFudger(mContext, mHandler); in initializeLocked()
2464 if (sanitizedRequest.getInterval() < LocationFudger.FASTEST_INTERVAL_MS) { in createSanitizedRequest()
2465 sanitizedRequest.setInterval(LocationFudger.FASTEST_INTERVAL_MS); in createSanitizedRequest()
2467 if (sanitizedRequest.getFastestInterval() < LocationFudger.FASTEST_INTERVAL_MS) { in createSanitizedRequest()
2468 sanitizedRequest.setFastestInterval(LocationFudger.FASTEST_INTERVAL_MS); in createSanitizedRequest()
3321 if (timeDiffNanos > LocationFudger.FASTEST_INTERVAL_MS * NANOS_PER_MILLI) { in handleLocationChangedLocked()
/frameworks/base/services/
Dart-profile8168 HSPLcom/android/server/location/LocationFudger;-><init>(Landroid/content/Context;Landroid/os/Handle…
8169 PLcom/android/server/location/LocationFudger;->createCoarseLocked(Landroid/location/Location;)Landr…
8170 PLcom/android/server/location/LocationFudger;->dump(Ljava/io/FileDescriptor;Ljava/io/PrintWriter;[L…
8171 PLcom/android/server/location/LocationFudger;->getOrCreate(Landroid/location/Location;)Landroid/loc…
8172 HSPLcom/android/server/location/LocationFudger;->loadCoarseAccuracy()F
8173 PLcom/android/server/location/LocationFudger;->updateRandomOffsetLocked()V
19485 Lcom/android/server/location/LocationFudger$1;
19486 Lcom/android/server/location/LocationFudger;