HomeSort by relevance Sort by last modified time
    Searched refs:locationChanged (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/net/http/
LoggingEventHandler.java 53 public void locationChanged(String newLocation, boolean permanent) {
55 HttpLog.v("LoggingEventHandler: locationChanged() " + newLocation +
  /frameworks/base/tests/CoreTests/android/core/
TestEventHandler.java 322 * Implements the EventHandler locationChanged method called when a server
327 public void locationChanged(String newLocation, boolean permanent) {
329 Log.v(LOGTAG, "TestEventHandler: locationChanged() " +
  /frameworks/base/services/java/com/android/server/
LocationManagerService.java 316 Intent locationChanged = new Intent();
317 locationChanged.putExtra(LocationManager.KEY_LOCATION_CHANGED, location);
322 mPendingIntent.send(mContext, 0, locationChanged, this, mLocationHandler);
    [all...]

Completed in 288 milliseconds