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

12

/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/base/services/core/java/com/android/server/
H A DSensorNotificationService.java118 location.getLatitude(), location.getLongitude(),
123 if (location.getLatitude() == 0 && location.getLongitude() == 0) {
140 (float) location.getLatitude(), (float) location.getLongitude(),
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
H A DTwilightManager.java154 location.getLatitude(), location.getLongitude());
158 calculator.calculateTwilight(now, location.getLatitude(), location.getLongitude());
165 location.getLatitude(), location.getLongitude());
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCellIdentityCdmaTest.java51 assertEquals(LONGITUDE, ci.getLongitude());
63 assertEquals(Integer.MAX_VALUE, ci.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.java1050 double longitudeDegrees = location.getLongitude();
1135 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.java606 public double getLongitude() { method in class:Location
/frameworks/base/services/core/java/com/android/server/twilight/
H A DTwilightService.java254 && !(location.getLongitude() == 0.0 && location.getLatitude() == 0.0)) {
289 location.getLongitude(), location.getLatitude());
/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityCdma.java158 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/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.java892 double[] coords = { l.getLatitude(), l.getLongitude(), l.getAltitude() };
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java954 baseStationLongitude = ((CellIdentityCdma) cellIdentity).getLongitude();

Completed in 611 milliseconds

12