Home
last modified time | relevance | path

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

/frameworks/base/location/lib/java/com/android/location/provider/
DProviderRequestUnbundled.java41 public boolean getReportLocation() { in getReportLocation() method in ProviderRequestUnbundled
/frameworks/base/location/lib/api/
Dcurrent.txt50 method public boolean getReportLocation();
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
DFusionEngine.java120 if (mRequest == null || !mRequest.getReportLocation()) { in updateRequirements()