HomeSort by relevance Sort by last modified time
    Searched refs:setLongitude (Results 1 - 25 of 68) sorted by null

1 2 3

  /frameworks/base/location/tests/locationtests/src/android/location/
LocationTest.java 130 zeroLocation.setLongitude(0);
134 testLocation.setLongitude(0);
146 testLocation.setLongitude(1000000);
161 zeroLocation.setLongitude(0);
165 testLocation.setLongitude(0);
236 loc.setLongitude(expectedLon);
  /cts/tests/tests/location/src/android/location/cts/
LocationTest.java 87 location.setLongitude(116.4);
90 dest.setLongitude(104.1);
96 zeroLocation.setLongitude(0);
100 testLocation.setLongitude(150);
109 testLocation.setLongitude(0);
252 zeroLocation.setLongitude(0);
256 testLocation.setLongitude(50);
365 location.setLongitude(0);
368 location.setLongitude(180);
371 location.setLongitude(-180)
    [all...]
AddressTest.java 135 address.setLongitude(longitude);
GnssPseudorangeVerificationTest.java 341 calculatedLocation.setLongitude(calculatedLatLngAlt[1]);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAddress.java 37 public void setLongitude(double longitude) {
ShadowGeocoder.java 67 address.setLongitude(simulatedLongitude);
ShadowLocation.java 173 public void setLongitude(double longitude) {
  /frameworks/base/services/tests/servicestests/src/com/android/server/twilight/
TwilightServiceTest.java 67 location.setLongitude(longitude);
  /frameworks/base/services/core/java/com/android/server/location/
GeofenceState.java 60 mLocation.setLongitude(fence.getLongitude());
LocationFudger.java 256 coarse.setLongitude(lon);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/threegpp26244/
LocationInformationBox.java 57 public void setLongitude(double longitude) {
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
LocationTest.java 24 location.setLongitude(3);
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowLocationManagerTest.java 411 location1.setLongitude(2);
416 location2.setLongitude(2.5);
433 location.setLongitude(0);
  /cts/tests/tests/location2/src/android/location2/cts/
LocationManagerTest.java 308 nlocation.setLongitude(longitude);
315 location.setLongitude(longitude);
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerEntry.java 218 location.setLongitude(cursor.getFloat(cursor
  /packages/services/Car/tests/carservice_unit_test/src/com/android/car/
CarLocationServiceTest.java 306 timbuktu.setLongitude(3.0026);
338 timbuktu.setLongitude(3.0026);
  /frameworks/base/location/java/android/location/
Address.java 349 public void setLongitude(double longitude) {
Location.java 613 public void setLongitude(double longitude) {
    [all...]
  /packages/services/Car/service/src/com/android/car/
CarLocationService.java 245 location.setLongitude(reader.nextDouble());
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ver2_ulp_components/
Coordinate.java 139 public void setLongitude(Asn1Object value) {
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
AndroidCamera2Settings.java 537 location.setLongitude(mGpsData.longitude);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
CameraTestUtils.java 133 sTestLocation0.setLongitude(-122.441983);
138 sTestLocation1.setLongitude(0.441983);
143 sTestLocation2.setLongitude(-179.441983);
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
GeolocationTest.java 296 location.setLongitude(40);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowLocationManager.java 433 copy.setLongitude(location.getLongitude());
  /packages/services/Car/car-support-lib/src/android/support/car/hardware/
CarSensorEvent.java 705 location.setLongitude(longE7 * 1e-7);
    [all...]

Completed in 1167 milliseconds

1 2 3