Home
last modified time | relevance | path

Searched refs:createCoarse (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/fudger/
H A DLocationFudgerTest.java79 Location coarse = mFudger.createCoarse(fine); in testCoarsen()
98 Location coarse = mFudger.createCoarse(fine); in testCoarsen_Consistent()
99 assertThat(mFudger.createCoarse(new Location(fine))).isEqualTo(coarse); in testCoarsen_Consistent()
100 assertThat(mFudger.createCoarse(new Location(fine))).isEqualTo(coarse); in testCoarsen_Consistent()
123 coarsePoints.add(mFudger.createCoarse(finePoints.get(i))); in testCoarsen_AvgMany()
/aosp14/frameworks/base/services/core/java/com/android/server/location/fudger/
H A DLocationFudger.java112 public LocationResult createCoarse(LocationResult fineLocationResult) { in createCoarse() method in LocationFudger
120 LocationResult coarseLocationResult = fineLocationResult.map(this::createCoarse); in createCoarse()
140 public Location createCoarse(Location fine) { in createCoarse() method in LocationFudger
/aosp14/frameworks/base/services/core/java/com/android/server/location/provider/
H A DLocationProviderManager.java2684 return fineLocation != null ? mLocationFudger.createCoarse(fineLocation) : null;
2697 return fineLocationResult != null ? mLocationFudger.createCoarse(fineLocationResult)
/aosp14/frameworks/base/services/
H A Dart-profile4799 HPLcom/android/server/location/fudger/LocationFudger;->createCoarse(Landroid/location/Location;)Lan…