Searched refs:mLatitude (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A D | CellIdentityCdma.java | 71 private final int mLatitude; field in CellIdentityCdma 82 mLatitude = CellInfo.UNAVAILABLE; in CellIdentityCdma() 111 mLatitude = lat; in CellIdentityCdma() 113 mLongitude = mLatitude = CellInfo.UNAVAILABLE; in CellIdentityCdma() 200 return mLatitude; in getLatitude() 205 return Objects.hash(mNetworkId, mSystemId, mBasestationId, mLatitude, mLongitude, in hashCode() 218 cl.setCellLocationData(bsid, mLatitude, mLongitude, sid, nid); in asCellLocation() 237 && mLatitude == o.mLatitude in equals() 249 .append(" mLatitude=").append(Rlog.pii(TelephonyUtils.IS_DEBUGGABLE, mLatitude)) in toString() 264 dest.writeInt(mLatitude); in writeToParcel() [all …]
|
/aosp14/frameworks/base/location/java/android/location/ |
H A D | Geofence.java | 39 private final double mLatitude; field in Geofence 63 mLatitude = latitude; in Geofence() 70 return mLatitude; in getLatitude() 117 parcel.writeDouble(mLatitude); in writeToParcel() 132 return Double.compare(geofence.mLatitude, mLatitude) == 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 | 51 private double mLatitude; field in Address 303 return mLatitude; in getLatitude() 313 mLatitude = latitude; in setLatitude() 460 sb.append(mLatitude); in toString() 512 a.mLatitude = in.readDouble(); 559 parcel.writeDouble(mLatitude); in writeToParcel()
|
/aosp14/frameworks/base/core/java/android/hardware/location/ |
H A D | GeofenceHardwareRequest.java | 32 private double mLatitude; field in GeofenceHardwareRequest 43 mLatitude = latitude; in setCircularGeofence() 135 return mLatitude; in getLatitude()
|
/aosp14/frameworks/base/core/java/android/provider/ |
H A D | CallLog.java | 426 private double mLatitude = Double.NaN; field in CallLog.AddCallParams.AddCallParametersBuilder 617 mLatitude = latitude; in setLatitude() 655 mPriority, mSubject, mLatitude, mLongitude, mPictureUri, in build() 680 private double mLatitude = Double.NaN; field in CallLog.AddCallParams 714 mLatitude = latitude; in AddCallParams() 2023 if (Double.isNaN(params.mLatitude) || Double.isNaN(params.mLongitude)) { in maybeInsertLocation() 2027 locationValues.put(Locations.LATITUDE, params.mLatitude); in maybeInsertLocation()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_hardware_camera2_DngCreator.cpp | 155 uint32_t mLatitude[GPS_VALUE_LENGTH]; member in GpsData 2205 BAIL_IF_INVALID_RET_NULL_SP(writer->addEntry(TAG_GPSLATITUDE, 3, gpsData.mLatitude, in DngCreator_setup() 2396 reinterpret_cast<jint*>(&data.mLatitude)); in DngCreator_nativeSetGpsTags()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 21249 Landroid/hardware/location/GeofenceHardwareRequest;->mLatitude:D 22790 Landroid/location/Address;->mLatitude:D 22887 Landroid/location/Geofence;->mLatitude:D 23458 Landroid/location/Location;->mLatitude:D 52999 Landroid/telephony/CellIdentityCdma;->mLatitude:I
|