/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityCdma.java | 63 private final int mLongitude; field in CellIdentityCdma 81 mLongitude = CellInfo.UNAVAILABLE; in CellIdentityCdma() 110 mLongitude = lon; in CellIdentityCdma() 113 mLongitude = mLatitude = CellInfo.UNAVAILABLE; in CellIdentityCdma() 119 this(cid.mNetworkId, cid.mSystemId, cid.mBasestationId, cid.mLongitude, cid.mLatitude, in CellIdentityCdma() 189 return mLongitude; in getLongitude() 205 return Objects.hash(mNetworkId, mSystemId, mBasestationId, mLatitude, mLongitude, in hashCode() 218 cl.setCellLocationData(bsid, mLatitude, mLongitude, sid, nid); in asCellLocation() 238 && mLongitude == o.mLongitude in equals() 248 .append(" mLongitude=").append(Rlog.pii(TelephonyUtils.IS_DEBUGGABLE, mLongitude)) in toString() [all …]
|
/frameworks/base/core/java/android/location/ |
D | Geofence.java | 40 private final double mLongitude; field in Geofence 64 mLongitude = longitude; in Geofence() 74 return mLongitude; in getLongitude() 118 parcel.writeDouble(mLongitude); in writeToParcel() 133 && Double.compare(geofence.mLongitude, mLongitude) == 0 in equals() 140 return Objects.hash(mLatitude, mLongitude, mRadius); in hashCode() 146 builder.append("Geofence[(").append(mLatitude).append(", ").append(mLongitude).append(")"); in toString()
|
/frameworks/base/location/java/android/location/provider/ |
D | ReverseGeocodeRequest.java | 46 private final double mLongitude; field in ReverseGeocodeRequest 66 mLongitude = longitude; in ReverseGeocodeRequest() 84 return mLongitude; in getLongitude() 144 parcel.writeDouble(mLongitude); in writeToParcel() 158 && mLongitude == that.mLongitude in equals() 173 mLongitude, in hashCode() 185 private final double mLongitude; field in ReverseGeocodeRequest.Builder 202 mLongitude = longitude; in Builder() 226 mLongitude, in build()
|
/frameworks/base/core/java/android/hardware/location/ |
D | GeofenceHardwareRequest.java | 33 private double mLongitude; field in GeofenceHardwareRequest 44 mLongitude = longitude; in setCircularGeofence() 142 return mLongitude; in getLongitude()
|
/frameworks/base/location/java/android/location/ |
D | Address.java | 52 private double mLongitude; field in Address 340 return mLongitude; in getLongitude() 350 mLongitude = longitude; in setLongitude() 464 sb.append(mLongitude); in toString() 516 a.mLongitude = in.readDouble(); 563 parcel.writeDouble(mLongitude); in writeToParcel()
|
/frameworks/base/core/java/android/provider/ |
D | CallLog.java | 431 private double mLongitude = Double.NaN; field in CallLog.AddCallParams.AddCallParametersBuilder 631 mLongitude = longitude; in setLongitude() 689 mPriority, mSubject, mLatitude, mLongitude, mPictureUri, in build() 697 mPriority, mSubject, mLatitude, mLongitude, mPictureUri, in build() 724 private double mLongitude = Double.NaN; field in CallLog.AddCallParams 760 mLongitude = longitude; in AddCallParams() 796 mLongitude = longitude; in AddCallParams() 2121 if (Double.isNaN(params.mLatitude) || Double.isNaN(params.mLongitude)) { in maybeInsertLocation() 2126 locationValues.put(Locations.LONGITUDE, params.mLongitude); in maybeInsertLocation()
|
/frameworks/base/core/jni/ |
D | android_hardware_camera2_DngCreator.cpp | 156 uint32_t mLongitude[GPS_VALUE_LENGTH]; member in GpsData 2215 BAIL_IF_INVALID_RET_NULL_SP(writer->addEntry(TAG_GPSLONGITUDE, 3, gpsData.mLongitude, in DngCreator_setup() 2403 reinterpret_cast<jint*>(&data.mLongitude)); in DngCreator_nativeSetGpsTags()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 21250 Landroid/hardware/location/GeofenceHardwareRequest;->mLongitude:D 22793 Landroid/location/Address;->mLongitude:D 22888 Landroid/location/Geofence;->mLongitude:D 23459 Landroid/location/Location;->mLongitude:D 52357 Landroid/telephony/CellIdentityCdma;->mLongitude:I
|