Searched refs:KEY_LOCATION_CHANGED (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/location/java/android/location/
H A DLocationManager.java140 public static final String KEY_LOCATION_CHANGED = "location"; field in class:LocationManager
539 * are sent with a key of {@link #KEY_LOCATION_CHANGED} and a
751 * are sent with a key of {@link #KEY_LOCATION_CHANGED} and a
794 * {@link PendingIntent}, as the value for {@link LocationManager#KEY_LOCATION_CHANGED}
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java584 locationChanged.putExtra(LocationManager.KEY_LOCATION_CHANGED, new Location(location));

Completed in 47 milliseconds