Searched refs:getLongitude (Results 1 - 17 of 17) 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();
143 parcel.writeDouble(getLongitude());
H A DGeofenceHardwareRequest.java116 public double getLongitude() { method in class:GeofenceHardwareRequest
H A DGeofenceHardware.java247 geofenceRequest.getLongitude(), geofenceRequest.getRadius(),
/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/java/com/android/server/location/
H A DGeofenceState.java60 mLocation.setLongitude(fence.getLongitude());
H A DLocationBasedCountryDetector.java79 location.getLatitude(), location.getLongitude(), 1);
H A DLocationFudger.java213 double lon = coarse.getLongitude();
H A DGpsLocationProvider.java735 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.java567 public double getLongitude() { method in class:Location
/frameworks/base/services/java/com/android/server/
H A DTwilightService.java475 mLocation.getLatitude(), mLocation.getLongitude());
480 mLocation.getLatitude(), mLocation.getLongitude());
487 mLocation.getLatitude(), mLocation.getLongitude());
/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityCdma.java123 public int getLongitude() { method in class:CellIdentityCdma
/frameworks/base/services/jni/
H A Dcom_android_server_location_FlpHardwareProvider.cpp182 jmethodID getLongitude = env->GetMethodID(locationClass, "getLongitude", "()D"); local
183 location.longitude = env->CallDoubleMethod(locationObject, getLongitude);
295 jmethodID getLongitude = env->GetMethodID( local
297 "getLongitude",
299 circle.longitude = env->CallDoubleMethod(geofenceRequestObject, getLongitude);
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBaseCluster.java76 return getLocationVector(location.getLongitude(), location.getLatitude());

Completed in 435 milliseconds