Home | History | Annotate | Download | only in gps

Lines Matching refs:location

19 import android.location.Location;
20 import android.location.LocationListener;
21 import android.location.LocationManager;
29 * GPS Location Test
31 * Test the GPS API by verifying the previously set location
36 private Location mLocation;
38 * Prior to running this test the GPS location must be set to the following
53 * verify that the last location equals to the location set
75 public void onLocationChanged(Location location) {
77 mLocation=location;