Searched refs:setFastestInterval (Results 1 – 9 of 9) sorted by relevance
214 .setFastestInterval(minTime) in createFromDeprecatedProvider()248 .setFastestInterval(minTime) in createFromDeprecatedCriteria()435 public @NonNull LocationRequest setFastestInterval(long millis) { in setFastestInterval() method in LocationRequest676 request.setFastestInterval(in.readLong());
349 request.setInterval(intervalMs).setFastestInterval(0); in updateFences()
761 .setFastestInterval(LOCATION_UPDATE_MIN_TIME_INTERVAL_MILLIS); in handleRequestLocation()
2468 sanitizedRequest.setFastestInterval(LocationFudger.FASTEST_INTERVAL_MS); in createSanitizedRequest()2473 sanitizedRequest.setFastestInterval(request.getInterval()); in createSanitizedRequest()
2081 .setFastestInterval(0) in onBootPhase()
1135 method @NonNull public android.location.LocationRequest setFastestInterval(long);
3680 method @NonNull public android.location.LocationRequest setFastestInterval(long);
9260 HSPLandroid/location/LocationRequest;->setFastestInterval(J)Landroid/location/LocationRequest;