HomeSort by relevance Sort by last modified time
    Searched defs:reportLocation (Results 1 - 8 of 8) sorted by null

  /frameworks/base/location/lib/java/com/android/location/provider/
LocationProviderBase.java 134 public final void reportLocation(Location location) {
136 mLocationManager.reportLocation(location, false);
  /frameworks/base/location/java/com/android/internal/location/
ProviderRequest.java 30 public boolean reportLocation = false;
51 request.reportLocation = in.readInt() == 1;
72 parcel.writeInt(reportLocation ? 1 : 0);
84 if (reportLocation) {
  /frameworks/base/services/java/com/android/server/location/
PassiveProvider.java 96 mReportLocation = request.reportLocation;
103 mLocationManager.reportLocation(location, true);
105 Log.e(TAG, "RemoteException calling reportLocation");
MockProvider.java 113 mLocationManager.reportLocation(mLocation, false);
115 Log.e(TAG, "RemoteException calling reportLocation");
GpsLocationProvider.java 826 if (request.reportLocation) {
    [all...]
  /frameworks/base/packages/FusedLocation/src/com/android/location/fused/
FusionEngine.java 40 public void reportLocation(Location location);
253 mCallback.reportLocation(mFusedLocation);
  /frameworks/base/services/java/com/android/server/
LocationManagerService.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar 

Completed in 571 milliseconds