Home
last modified time | relevance | path

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

/frameworks/base/location/lib/java/com/android/location/provider/
DProviderRequestUnbundled.java56 public List<LocationRequestUnbundled> getLocationRequests() { in getLocationRequests()
57 List<LocationRequestUnbundled> result = new ArrayList<>( in getLocationRequests()
60 result.add(new LocationRequestUnbundled(r)); in getLocationRequests()
DLocationRequestUnbundled.java28 public final class LocationRequestUnbundled { class
80 LocationRequestUnbundled(LocationRequest delegate) { in LocationRequestUnbundled() method in LocationRequestUnbundled
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
DFusionEngine.java30 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()
/frameworks/base/location/lib/api/
Dcurrent.txt29 public final class LocationRequestUnbundled {
49 …method public java.util.List<com.android.location.provider.LocationRequestUnbundled> getLocationRe…