Searched refs:newLocation (Results 1 – 2 of 2) sorted by relevance
326 public void locationChanged(String newLocation, boolean permanent) { in locationChanged() argument329 newLocation + " permanent " + permanent); in locationChanged()340 if (expectLocation.equals(newLocation)) { in locationChanged()344 " got:"+newLocation); in locationChanged()662 public void expectLocationChanged(String newLocation) { in expectLocationChanged() argument664 expectLocation = newLocation; in expectLocationChanged()667 public void expectLocationChanged(String newLocation, boolean permanent) { in expectLocationChanged() argument669 expectLocation = newLocation; in expectLocationChanged()
989 public boolean injectLocation(@NonNull Location newLocation) { in injectLocation() argument991 return mService.injectLocation(newLocation); in injectLocation()