/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 | 286 request.getLongitude(), in addCircularFence()
|
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
D | TwilightManager.java | 130 location.getLatitude(), location.getLongitude()); in updateState() 134 calculator.calculateTwilight(now, location.getLatitude(), location.getLongitude()); in updateState() 141 location.getLatitude(), location.getLongitude()); in updateState()
|
/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 | 80 location.getLatitude(), location.getLongitude(), 1); in getCountryFromLocation()
|
D | LocationFudger.java | 210 double lon = coarse.getLongitude(); in createCoarseLocked()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_location_FlpHardwareProvider.cpp | 289 jmethodID getLongitude = env->GetMethodID(locationClass, "getLongitude", "()D"); in TranslateFromObject() local 290 location.longitude = env->CallDoubleMethod(locationObject, getLongitude); in TranslateFromObject() 410 jmethodID getLongitude = env->GetMethodID( in TranslateGeofenceFromGeofenceHardwareRequestParcelable() local 414 circle.longitude = env->CallDoubleMethod(geofenceRequestObject, getLongitude); in TranslateGeofenceFromGeofenceHardwareRequestParcelable()
|
/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 | 584 public double getLongitude() { in getLongitude() method in Location
|
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityCdma.java | 125 public int getLongitude() { in getLongitude() method in CellIdentityCdma
|
/frameworks/base/services/core/java/com/android/server/twilight/ |
D | TwilightService.java | 490 mLocation.getLatitude(), mLocation.getLongitude()); in updateTwilightState() 497 mLocation.getLatitude(), mLocation.getLongitude()); in updateTwilightState()
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
D | BaseCluster.java | 76 return getLocationVector(location.getLongitude(), location.getLatitude()); in getLocationVector()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/ |
D | GEOLocationElement.java | 158 public RealValue getLongitude() {
|
/frameworks/base/location/tests/locationtests/src/android/location/ |
D | LocationTest.java | 254 assertEquals(expectedLon, deserialized.getLongitude()); in testParcel()
|
/frameworks/base/core/java/android/hardware/camera2/ |
D | DngCreator.java | 247 double longitude = location.getLongitude(); in setLocation()
|
/frameworks/base/docs/html-intl/intl/ja/training/tv/start/ |
D | hardware.jd | 248 location.getLongitude(), 1).get(0);
|
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
D | LegacyRequestMapper.java | 391 params.setGpsLongitude(location.getLongitude()); in convertRequestMetadata()
|
/frameworks/base/docs/html/training/location/ |
D | retrieve-current.jd | 168 mLongitudeText.setText(String.valueOf(mLastLocation.getLongitude()));
|
D | display-address.jd | 241 location.getLongitude(), 254 location.getLongitude(), illegalArgumentException);
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
D | CameraTestUtils.java | 1926 a.getLongitude() == b.getLongitude() && a.getAltitude() == b.getAltitude() && in areGpsFieldsEqual()
|