Searched refs:getLongitude (Results 1 - 22 of 22) 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.java134 location.getLatitude(), location.getLongitude());
138 calculator.calculateTwilight(now, location.getLatitude(), location.getLongitude());
145 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 DGpsLocationProvider.java907 native_inject_location(location.getLatitude(), location.getLongitude(),
/frameworks/base/services/core/java/com/android/server/twilight/
H A DTwilightService.java373 mLocation.getLatitude(), mLocation.getLongitude());
378 mLocation.getLatitude(), mLocation.getLongitude());
385 mLocation.getLatitude(), mLocation.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.java573 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/services/core/jni/
H A Dcom_android_server_location_FlpHardwareProvider.cpp275 jmethodID getLongitude = env->GetMethodID(locationClass, "getLongitude", "()D"); local
276 location.longitude = env->CallDoubleMethod(locationObject, getLongitude);
396 jmethodID getLongitude = env->GetMethodID( local
398 "getLongitude",
400 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.java227 * {@link android.location.Location#getLongitude()} methods).
242 double longitude = location.getLongitude();
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyRequestMapper.java390 params.setGpsLongitude(location.getLongitude());
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java812 double[] coords = { l.getLatitude(), l.getLongitude(), l.getAltitude() };

Completed in 1148 milliseconds