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 321 * Implements the EventHandler locationChanged method called when a server
326 public void locationChanged(String newLocation, boolean permanent) {
328 Log.v(LOGTAG, "TestEventHandler: locationChanged() " +
  /frameworks/base/services/java/com/android/server/
LocationManagerService.java 543 Intent locationChanged = new Intent();
544 locationChanged.putExtra(LocationManager.KEY_LOCATION_CHANGED, location);
549 mPendingIntent.send(mContext, 0, locationChanged, this, mLocationHandler,
    [all...]

Completed in 188 milliseconds