Searched refs:LocationRequestUnbundled (Results 1 – 4 of 4) sorted by relevance
56 public List<LocationRequestUnbundled> getLocationRequests() { in getLocationRequests()57 List<LocationRequestUnbundled> result = new ArrayList<>( in getLocationRequests()60 result.add(new LocationRequestUnbundled(r)); in getLocationRequests()
28 public final class LocationRequestUnbundled { class80 LocationRequestUnbundled(LocationRequest delegate) { in LocationRequestUnbundled() method in LocationRequestUnbundled
30 import com.android.location.provider.LocationRequestUnbundled;129 for (LocationRequestUnbundled request : mRequest.getLocationRequests()) { in updateRequirements()131 case LocationRequestUnbundled.ACCURACY_FINE: in updateRequirements()132 case LocationRequestUnbundled.POWER_HIGH: in updateRequirements()140 case LocationRequestUnbundled.ACCURACY_BLOCK: in updateRequirements()141 case LocationRequestUnbundled.ACCURACY_CITY: in updateRequirements()142 case LocationRequestUnbundled.POWER_LOW: in updateRequirements()
29 public final class LocationRequestUnbundled {49 …method public java.util.List<com.android.location.provider.LocationRequestUnbundled> getLocationRe…