Searched refs:mLatitude (Results 1 - 7 of 7) sorted by path

/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareRequest.java32 private double mLatitude; field in class:GeofenceHardwareRequest
43 mLatitude = latitude;
135 return mLatitude;
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp135 uint32_t mLatitude[GPS_VALUE_LENGTH]; member in class:GpsData
1845 BAIL_IF_INVALID_RET_NULL_SP(writer->addEntry(TAG_GPSLATITUDE, 3, gpsData.mLatitude,
2067 reinterpret_cast<jint*>(&data.mLatitude));
/frameworks/base/location/java/android/location/
H A DAddress.java51 private double mLatitude; field in class:Address
303 return mLatitude;
313 mLatitude = latitude;
460 sb.append(mLatitude);
512 a.mLatitude = in.readDouble();
559 parcel.writeDouble(mLatitude);
H A DGeofence.java34 private final double mLatitude; field in class:Geofence
55 mLatitude = latitude;
67 return mLatitude;
125 parcel.writeDouble(mLatitude);
143 typeToString(mType), mLatitude, mLongitude, mRadius);
151 temp = Double.doubleToLongBits(mLatitude);
174 if (mLatitude != other.mLatitude)
H A DLocation.java116 private double mLatitude = 0.0; field in class:Location
154 mLatitude = l.mLatitude;
171 mLatitude = 0;
457 if (mLatitude != cache.mLat1 || mLongitude != cache.mLon1 ||
458 dest.mLatitude != cache.mLat2 || dest.mLongitude != cache.mLon2) {
459 computeDistanceAndBearing(mLatitude, mLongitude,
460 dest.mLatitude, dest.mLongitude, cache);
478 if (mLatitude != cache.mLat1 || mLongitude != cache.mLon1 ||
479 dest.mLatitude !
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityCdma.java52 private final int mLatitude; field in class:CellIdentityCdma
62 mLatitude = Integer.MAX_VALUE;
82 mLatitude = lat;
90 mLatitude = cid.mLatitude;
137 return mLatitude;
142 return Objects.hash(mNetworkId, mSystemId, mBasestationId, mLatitude, mLongitude);
159 mLatitude == o.mLatitude &&
170 sb.append(" mLatitude
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
H A DGEOLocationElement.java54 private final RealValue mLatitude; field in class:GEOLocationElement
122 mLatitude = rawLatRes != 0 ?
155 return mLatitude;
177 "mLatitude=" + mLatitude +

Completed in 1721 milliseconds