Home
last modified time | relevance | path

Searched refs:getLocationRequests (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/location/lib/java/com/android/location/provider/
DProviderRequestUnbundled.java56 public List<LocationRequestUnbundled> getLocationRequests() { in getLocationRequests() method in ProviderRequestUnbundled
/frameworks/base/location/lib/api/
Dcurrent.txt49 …ublic java.util.List<com.android.location.provider.LocationRequestUnbundled> getLocationRequests();
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
DFusionEngine.java129 for (LocationRequestUnbundled request : mRequest.getLocationRequests()) { in updateRequirements()