/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() {
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
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();
|
ShadowAddress.java | 32 public double getLongitude() {
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
LocationTest.java | 76 assertEquals(0.0d, defaultLocation.getLongitude()); 107 assertEquals(3.0, l.getLongitude());
|
/packages/apps/Camera2/src/com/android/camera/util/ |
ExifUtil.java | 35 exif.addGpsTags(location.getLatitude(), location.getLongitude());
|
/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);
|
AddressTest.java | 137 assertEquals(longitude, address.getLongitude()); 142 address.getLongitude();
|
LocationManagerTest.java | 407 assertEquals(longitude1, location.getLongitude()); 459 assertEquals(longitude1, location.getLongitude()); 507 assertEquals(longitude1, location.getLongitude()); 597 assertEquals(longitude1, location.getLongitude()); 608 assertEquals(longitude2, location.getLongitude()); 776 assertEquals(longitude, location.getLongitude()); [all...] |
/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() {
|
/development/tools/emulator/test-apps/SmokeTests/src/com/android/emulator/smoketests/gps/ |
GpsLocationTest.java | 70 assertEquals(new Float(LONGITUDE), new Float(mLocation.getLongitude()));
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/threegpp26244/ |
LocationInformationBox.java | 53 public double getLongitude() {
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
CSVFormatter.java | 58 rowOutput.append(entry.getLocation().getLongitude());
|
KMLFormatter.java | 60 builder.addLine(loc.getLongitude() + "," + loc.getLatitude() + ","
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/location/ |
UpdateCountryService.java | 70 location.getLatitude(), location.getLongitude(), 1);
|
/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());
|
/frameworks/base/services/core/java/com/android/server/location/ |
GeofenceState.java | 60 mLocation.setLongitude(fence.getLongitude());
|
/packages/apps/Camera2/src/com/android/camera/app/ |
LegacyLocationProvider.java | 135 && newLocation.getLongitude() == 0.0) {
|
/packages/apps/Gallery2/src_pd/com/android/gallery3d/picasasource/ |
PicasaSource.java | 112 public static double getLongitude(MediaObject image) {
|
/frameworks/base/services/core/jni/ |
com_android_server_location_FlpHardwareProvider.cpp | 221 jmethodID getLongitude = env->GetMethodID(locationClass, "getLongitude", "()D"); 222 location.longitude = env->CallDoubleMethod(locationObject, getLongitude); 334 jmethodID getLongitude = env->GetMethodID( 336 "getLongitude", 338 circle.longitude = env->CallDoubleMethod(geofenceRequestObject, getLongitude);
|
/cts/tests/tests/location2/src/android/location2/cts/ |
LocationManagerTest.java | 158 assertEquals(LNG, location.getLongitude(), FUDGER_DELTA); 185 assertEquals(LNG, location.getLongitude(), FUDGER_DELTA);
|
/frameworks/base/docs/html/training/location/ |
display-address.jd | 156 loc.getLongitude(), 1); 167 Double.toString(loc.getLongitude()) +
|