Searched refs:mLongitude (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A 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() 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() 263 dest.writeInt(mLongitude); in writeToParcel() [all …]
|
/aosp14/frameworks/base/location/java/android/location/ |
H A 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()
|
H A 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()
|
/aosp14/frameworks/base/core/java/android/hardware/location/ |
H A D | GeofenceHardwareRequest.java | 33 private double mLongitude; field in GeofenceHardwareRequest 44 mLongitude = longitude; in setCircularGeofence() 142 return mLongitude; in getLongitude()
|
/aosp14/frameworks/base/core/java/android/provider/ |
H A D | CallLog.java | 427 private double mLongitude = Double.NaN; field in CallLog.AddCallParams.AddCallParametersBuilder 625 mLongitude = longitude; in setLongitude() 655 mPriority, mSubject, mLatitude, mLongitude, mPictureUri, in build() 681 private double mLongitude = Double.NaN; field in CallLog.AddCallParams 715 mLongitude = longitude; in AddCallParams() 2023 if (Double.isNaN(params.mLatitude) || Double.isNaN(params.mLongitude)) { in maybeInsertLocation() 2028 locationValues.put(Locations.LONGITUDE, params.mLongitude); in maybeInsertLocation()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_hardware_camera2_DngCreator.cpp | 156 uint32_t mLongitude[GPS_VALUE_LENGTH]; member in GpsData 2210 BAIL_IF_INVALID_RET_NULL_SP(writer->addEntry(TAG_GPSLONGITUDE, 3, gpsData.mLongitude, in DngCreator_setup() 2398 reinterpret_cast<jint*>(&data.mLongitude)); in DngCreator_nativeSetGpsTags()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A 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 53000 Landroid/telephony/CellIdentityCdma;->mLongitude:I
|