Searched defs:locationChanged (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) { method in class:LoggingEventHandler
55 HttpLog.v("LoggingEventHandler: locationChanged() " + newLocation +
/frameworks/base/tests/CoreTests/android/core/
H A DTestEventHandler.java322 * Implements the EventHandler locationChanged method called when a server
327 public void locationChanged(String newLocation, boolean permanent) { method in class:TestEventHandler
329 Log.v(LOGTAG, "TestEventHandler: locationChanged() " +

Completed in 69 milliseconds