/frameworks/base/core/java/android/hardware/location/ |
D | GeofenceHardwareRequestParcelable.java | 54 public double getLongitude() { in getLongitude() method in GeofenceHardwareRequestParcelable 55 return mRequest.getLongitude(); in getLongitude() 118 builder.append(mRequest.getLongitude()); in toString() 178 parcel.writeDouble(getLongitude()); in writeToParcel()
|
D | GeofenceHardwareRequest.java | 141 public double getLongitude() { in getLongitude() method in GeofenceHardwareRequest
|
D | GeofenceHardwareImpl.java | 247 request.getLongitude(), in addCircularFence()
|
/frameworks/base/services/core/java/com/android/server/twilight/ |
D | TwilightService.java | 373 mLocation.getLatitude(), mLocation.getLongitude()); in updateTwilightState() 378 mLocation.getLatitude(), mLocation.getLongitude()); in updateTwilightState() 385 mLocation.getLatitude(), mLocation.getLongitude()); in updateTwilightState()
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
D | KMLFormatter.java | 60 builder.addLine(loc.getLongitude() + "," + loc.getLatitude() + "," in getOutput()
|
D | CSVFormatter.java | 58 rowOutput.append(entry.getLocation().getLongitude()); in getOutput()
|
D | TrackerEntry.java | 176 cValues.put(LONGITUDE, mLocation.getLongitude()); in getAsContentValues()
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GeofenceState.java | 60 mLocation.setLongitude(fence.getLongitude()); in GeofenceState()
|
D | LocationBasedCountryDetector.java | 79 location.getLatitude(), location.getLongitude(), 1); in getCountryFromLocation()
|
D | LocationFudger.java | 210 double lon = coarse.getLongitude(); in createCoarseLocked()
|
/frameworks/base/location/java/android/location/ |
D | Geofence.java | 71 public double getLongitude() { in getLongitude() method in Geofence
|
D | Address.java | 338 public double getLongitude() { in getLongitude() method in Address
|
D | Location.java | 568 public double getLongitude() { in getLongitude() method in Location
|
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityCdma.java | 123 public int getLongitude() { in getLongitude() method in CellIdentityCdma
|
/frameworks/base/services/core/jni/ |
D | com_android_server_location_FlpHardwareProvider.cpp | 221 jmethodID getLongitude = env->GetMethodID(locationClass, "getLongitude", "()D"); in TranslateFromObject() local 222 location.longitude = env->CallDoubleMethod(locationObject, getLongitude); in TranslateFromObject() 334 jmethodID getLongitude = env->GetMethodID( in TranslateGeofenceFromGeofenceHardwareRequestParcelable() local 338 circle.longitude = env->CallDoubleMethod(geofenceRequestObject, getLongitude); in TranslateGeofenceFromGeofenceHardwareRequestParcelable()
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
D | BaseCluster.java | 76 return getLocationVector(location.getLongitude(), location.getLatitude()); in getLocationVector()
|
/frameworks/base/core/java/android/hardware/camera2/ |
D | DngCreator.java | 234 double longitude = location.getLongitude(); in setLocation()
|
/frameworks/base/docs/html-intl/intl/ja/training/tv/start/ |
D | hardware.jd | 244 location.getLongitude(), 1).get(0);
|
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
D | LegacyRequestMapper.java | 389 params.setGpsLongitude(location.getLongitude()); in convertRequestMetadata()
|
/frameworks/base/docs/html/training/location/ |
D | retrieve-current.jd | 146 mLongitudeText.setText(String.valueOf(mLastLocation.getLongitude()));
|
D | display-address.jd | 241 location.getLongitude(), 254 location.getLongitude(), illegalArgumentException);
|
D | geofencing.jd | 302 public double getLongitude() { 326 getLatitude(), getLongitude(), getRadius()) 448 (float) geofence.getLongitude());
|
/frameworks/base/core/java/android/hardware/camera2/impl/ |
D | CameraMetadataNative.java | 810 double[] coords = { l.getLatitude(), l.getLongitude(), l.getAltitude() }; in setGpsLocation()
|
/frameworks/base/docs/html/training/articles/ |
D | wear-location-detection.jd | 332 addLocationEntry(location.getLatitude(), location.getLongitude());
|
/frameworks/base/docs/html/training/tv/start/ |
D | hardware.jd | 344 location.getLongitude(), 1).get(0);
|