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

12

/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareRequestParcelable.java47 public double getLatitude() { method in class:GeofenceHardwareRequestParcelable
48 return mRequest.getLatitude();
116 builder.append(mRequest.getLatitude());
177 parcel.writeDouble(getLatitude());
H A DGeofenceHardwareRequest.java134 public double getLatitude() { method in class:GeofenceHardwareRequest
H A DGeofenceHardwareImpl.java285 request.getLatitude(),
/frameworks/base/location/tests/locationtests/src/android/location/
H A DGeocoderTest.java47 assertFalse(Math.abs(addr.getLatitude() - 37.4240385) > 0.1);
61 assertFalse(Math.abs(addr.getLatitude() - 37.77916) > 0.1);
H A DLocationTest.java253 assertEquals(expectedLat, deserialized.getLatitude());
/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.java56 rowOutput.append(entry.getLocation().getLatitude());
H A DTrackerEntry.java175 cValues.put(LATITUDE, mLocation.getLatitude());
/frameworks/base/services/core/java/com/android/server/location/
H A DGeofenceState.java59 mLocation.setLatitude(fence.getLatitude());
H A DLocationBasedCountryDetector.java80 location.getLatitude(), location.getLongitude(), 1);
H A DLocationFudger.java209 double lat = coarse.getLatitude();
/frameworks/base/location/java/android/location/
H A DGeofence.java66 public double getLatitude() { method in class:Geofence
H A DAddress.java301 public double getLatitude() { method in class:Address
H A DLocation.java567 public double getLatitude() { 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.java136 public int getLatitude() { method in class:CellIdentityCdma
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_FlpHardwareProvider.cpp287 jmethodID getLatitude = env->GetMethodID(locationClass, "getLatitude", "()D"); local
288 location.latitude = env->CallDoubleMethod(locationObject, getLatitude);
404 jmethodID getLatitude = env->GetMethodID( local
406 "getLatitude",
408 circle.latitude = env->CallDoubleMethod(geofenceRequestObject, getLatitude);
/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.java154 public RealValue getLatitude() { method in class:GEOLocationElement
/frameworks/base/core/java/android/hardware/camera2/
H A DDngCreator.java254 * {@link android.location.Location#getLatitude()}, and
269 double latitude = location.getLatitude();
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyRequestMapper.java390 params.setGpsLatitude(location.getLatitude());
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraTestUtils.java1925 return a.getTime() == b.getTime() && a.getLatitude() == b.getLatitude() &&
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DFusedPrintersProvider.java1040 String.valueOf(location.getLatitude()));
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java824 double[] coords = { l.getLatitude(), l.getLongitude(), l.getAltitude() };

Completed in 489 milliseconds

12