Searched refs:updateLocation (Results 1 – 3 of 3) sorted by relevance
99 public void updateLocation(Location location) { in updateLocation() method in PassiveProvider
1850 private void update(View anchor, boolean updateLocation, int xoff, int yoff,1858 final boolean needsUpdate = updateLocation && (mAnchorXoff != xoff || mAnchorYoff != yoff);1884 if (updateLocation) {
2351 mPassiveProvider.updateLocation(myLocation); in handleLocationChanged()