Searched refs:getLongitude (Results 1 - 25 of 25) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareRequestParcelable.java54 public double getLongitude() { method in class:GeofenceHardwareRequestParcelable
55 return mRequest.getLongitude();
118 builder.append(mRequest.getLongitude());
178 parcel.writeDouble(getLongitude());
H A DGeofenceHardwareRequest.java141 public double getLongitude() { method in class:GeofenceHardwareRequest
H A DGeofenceHardwareImpl.java286 request.getLongitude(),
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DTwilightManager.java148 location.getLatitude(), location.getLongitude());
152 calculator.calculateTwilight(now, location.getLatitude(), location.getLongitude());
159 location.getLatitude(), location.getLongitude());
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DKMLFormatter.java60 builder.addLine(loc.getLongitude() + "," + loc.getLatitude() + ","
H A DCSVFormatter.java58 rowOutput.append(entry.getLocation().getLongitude());
H A DTrackerEntry.java176 cValues.put(LONGITUDE, mLocation.getLongitude());
/frameworks/base/services/core/java/com/android/server/location/
H A DGeofenceState.java60 mLocation.setLongitude(fence.getLongitude());
H A DLocationBasedCountryDetector.java80 location.getLatitude(), location.getLongitude(), 1);
H A DLocationFudger.java210 double lon = coarse.getLongitude();
H A DGnssLocationProvider.java1057 native_inject_location(location.getLatitude(), location.getLongitude(),
/frameworks/base/location/java/android/location/
H A DGeofence.java71 public double getLongitude() { method in class:Geofence
H A DAddress.java338 public double getLongitude() { method in class:Address
H A DLocation.java584 public double getLongitude() { method in class:Location
/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityCdma.java125 public int getLongitude() { method in class:CellIdentityCdma
/frameworks/base/location/tests/locationtests/src/android/location/
H A DLocationTest.java254 assertEquals(expectedLon, deserialized.getLongitude());
/frameworks/base/services/core/java/com/android/server/twilight/
H A DTwilightService.java285 location.getLongitude(), location.getLatitude());
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_FlpHardwareProvider.cpp289 jmethodID getLongitude = env->GetMethodID(locationClass, "getLongitude", "()D"); local
290 location.longitude = env->CallDoubleMethod(locationObject, getLongitude);
410 jmethodID getLongitude = env->GetMethodID( local
412 "getLongitude",
414 circle.longitude = env->CallDoubleMethod(geofenceRequestObject, getLongitude);
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBaseCluster.java76 return getLocationVector(location.getLongitude(), location.getLatitude());
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
H A DGEOLocationElement.java158 public RealValue getLongitude() { method in class:GEOLocationElement
/frameworks/base/core/java/android/hardware/camera2/
H A DDngCreator.java255 * {@link android.location.Location#getLongitude()} methods).
270 double longitude = location.getLongitude();
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyRequestMapper.java391 params.setGpsLongitude(location.getLongitude());
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraTestUtils.java1926 a.getLongitude() == b.getLongitude() && a.getAltitude() == b.getAltitude() &&
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DFusedPrintersProvider.java1038 String.valueOf(location.getLongitude()));
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java824 double[] coords = { l.getLatitude(), l.getLongitude(), l.getAltitude() };

Completed in 808 milliseconds