Searched defs:newLocation (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/net/http/
H A DLoggingEventHandler.java53 public void locationChanged(String newLocation, boolean permanent) { argument
55 HttpLog.v("LoggingEventHandler: locationChanged() " + newLocation +
/frameworks/base/tests/CoreTests/android/core/
H A DTestEventHandler.java323 * @param newLocation The URL to the new server
326 public void locationChanged(String newLocation, boolean permanent) { argument
329 newLocation + " permanent " + permanent);
340 if (expectLocation.equals(newLocation)) {
344 " got:"+newLocation);
662 public void expectLocationChanged(String newLocation) { argument
664 expectLocation = newLocation;
667 public void expectLocationChanged(String newLocation, boolean permanent) { argument
669 expectLocation = newLocation;

Completed in 96 milliseconds