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

1 2 3 4

  /external/smack/src/org/xbill/DNS/
GPOSRecord.java 72 validate(getLongitude(), getLatitude());
86 validate(getLongitude(), getLatitude());
104 validate(getLongitude(), getLatitude());
135 getLongitude() {
  /frameworks/base/core/java/android/hardware/location/
GeofenceHardwareRequestParcelable.java 54 public double getLongitude() {
55 return mRequest.getLongitude();
118 builder.append(mRequest.getLongitude());
178 parcel.writeDouble(getLongitude());
GeofenceHardwareRequest.java 141 public double getLongitude() {
  /packages/apps/Camera2/src/com/android/camera/util/
ExifUtil.java 35 exif.addGpsTags(location.getLatitude(), location.getLongitude());
  /developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/geofencing/
SimpleGeofence.java 60 public double getLongitude() {
SimpleGeofenceStore.java 90 prefs.putFloat(getGeofenceFieldKey(id, KEY_LONGITUDE), (float) geofence.getLongitude());
  /development/samples/wearable/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
SimpleGeofence.java 60 public double getLongitude() {
SimpleGeofenceStore.java 90 prefs.putFloat(getGeofenceFieldKey(id, KEY_LONGITUDE), (float) geofence.getLongitude());
  /development/tools/emulator/test-apps/SmokeTests/src/com/android/emulator/smoketests/gps/
GpsLocationTest.java 70 assertEquals(new Float(LONGITUDE), new Float(mLocation.getLongitude()));
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAddress.java 32 public double getLongitude() {
ShadowLocation.java 58 longitude = l.getLongitude();
168 public double getLongitude() {
385 dest.getLatitude() != mLat2 || dest.getLongitude() != mLon2) {
387 dest.getLatitude(), dest.getLongitude(), mResults);
391 mLon2 = dest.getLongitude();
414 dest.getLatitude() != mLat2 || dest.getLongitude() != mLon2) {
416 dest.getLatitude(), dest.getLongitude(), mResults);
420 mLon2 = dest.getLongitude();
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
KMLFormatter.java 60 builder.addLine(loc.getLongitude() + "," + loc.getLatitude() + ","
CSVFormatter.java 58 rowOutput.append(entry.getLocation().getLongitude());
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
LocationTest.java 76 assertEquals(0.0d, defaultLocation.getLongitude());
107 assertEquals(3.0, l.getLongitude());
  /frameworks/base/services/core/java/com/android/server/location/
GeofenceState.java 60 mLocation.setLongitude(fence.getLongitude());
LocationBasedCountryDetector.java 79 location.getLatitude(), location.getLongitude(), 1);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/location/
UpdateCountryService.java 70 location.getLatitude(), location.getLongitude(), 1);
  /cts/tests/tests/location/src/android/location/cts/
LocationTest.java 324 assertEquals(0, location.getLongitude(), DELTA);
327 assertEquals(180, location.getLongitude(), DELTA);
330 assertEquals(-180, location.getLongitude(), DELTA);
382 assertEquals(0, location.getLongitude(), DELTA);
417 assertEquals(TEST_LONGITUDE, l.getLongitude(), DELTA);
  /frameworks/base/services/core/java/com/android/server/twilight/
TwilightService.java 373 mLocation.getLatitude(), mLocation.getLongitude());
378 mLocation.getLatitude(), mLocation.getLongitude());
385 mLocation.getLatitude(), mLocation.getLongitude());
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/threegpp26244/
LocationInformationBox.java 53 public double getLongitude() {
  /frameworks/base/location/java/android/location/
Geofence.java 71 public double getLongitude() {
  /packages/apps/Gallery2/src_pd/com/android/gallery3d/picasasource/
PicasaSource.java 112 public static double getLongitude(MediaObject image) {
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
LocationProviderFactory.java 110 location.getLatitude(), location.getLongitude(),
  /frameworks/base/telephony/java/android/telephony/
CellIdentityCdma.java 123 public int getLongitude() {
  /packages/apps/Camera/src/com/android/camera/
LocationManager.java 135 && newLocation.getLongitude() == 0.0) {

Completed in 2261 milliseconds

1 2 3 4