Searched refs:createCoarse (Results 1 – 4 of 4) sorted by relevance
79 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()
112 public LocationResult createCoarse(LocationResult fineLocationResult) { in createCoarse() method in LocationFudger120 LocationResult coarseLocationResult = fineLocationResult.map(this::createCoarse); in createCoarse()140 public Location createCoarse(Location fine) { in createCoarse() method in LocationFudger
2684 return fineLocation != null ? mLocationFudger.createCoarse(fineLocation) : null;2697 return fineLocationResult != null ? mLocationFudger.createCoarse(fineLocationResult)
4799 HPLcom/android/server/location/fudger/LocationFudger;->createCoarse(Landroid/location/Location;)Lan…