Searched refs:mFusedLocation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
H A DFusionEngine.java56 private Location mFusedLocation; field in class:FusionEngine
229 mFusedLocation = new Location(mGpsLocation);
231 mFusedLocation = new Location(mNetworkLocation);
233 mFusedLocation.setProvider(FUSED);
235 // copy NO_GPS_LOCATION extra from mNetworkLocation into mFusedLocation
241 Bundle dstExtras = mFusedLocation.getExtras();
244 mFusedLocation.setExtras(dstExtras);
252 mCallback.reportLocation(mFusedLocation);
292 s.append("fused=").append(mFusedLocation).append('\n');

Completed in 301 milliseconds