Home | History | Annotate | Download | only in location

Lines Matching defs:location

17 package android.location;
23 * the location has changed. These methods are called if the
24 * LocationListener has been registered with the location manager service
31 * Called when the location has changed.
33 * <p> There are no restrictions on the use of the supplied Location object.
35 * @param location The new location, as a Location object.
37 void onLocationChanged(Location location);
41 * a provider is unable to fetch a location or if the provider has recently
44 * @param provider the name of the location provider associated with this
68 * @param provider the name of the location provider associated with this
78 * @param provider the name of the location provider associated with this