Searched refs:mLongitude (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityCdma.java45 private final int mLongitude; field in class:CellIdentityCdma
61 mLongitude = Integer.MAX_VALUE;
81 mLongitude = lon;
89 mLongitude = cid.mLongitude;
126 return mLongitude;
142 return Objects.hash(mNetworkId, mSystemId, mBasestationId, mLatitude, mLongitude);
160 mLongitude == o.mLongitude;
169 sb.append(" mLongitude
[all...]
/frameworks/base/location/java/android/location/
H A DGeofence.java35 private final double mLongitude; field in class:Geofence
56 mLongitude = longitude;
72 return mLongitude;
126 parcel.writeDouble(mLongitude);
143 typeToString(mType), mLatitude, mLongitude, mRadius);
153 temp = Double.doubleToLongBits(mLongitude);
176 if (mLongitude != other.mLongitude)
H A DLocation.java85 private double mLongitude = 0.0; field in class:Location
135 mLongitude = l.mLongitude;
156 mLongitude = 0;
432 if (mLatitude != mLat1 || mLongitude != mLon1 ||
433 dest.mLatitude != mLat2 || dest.mLongitude != mLon2) {
434 computeDistanceAndBearing(mLatitude, mLongitude,
435 dest.mLatitude, dest.mLongitude, mResults);
437 mLon1 = mLongitude;
439 mLon2 = dest.mLongitude;
[all...]
H A DAddress.java52 private double mLongitude; field in class:Address
340 return mLongitude;
350 mLongitude = longitude;
464 sb.append(mLongitude);
516 a.mLongitude = in.readDouble();
563 parcel.writeDouble(mLongitude);
/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareRequest.java33 private double mLongitude; field in class:GeofenceHardwareRequest
44 mLongitude = longitude;
142 return mLongitude;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
H A DGEOLocationElement.java55 private final RealValue mLongitude; field in class:GEOLocationElement
131 mLongitude = rawLonRes != 0 ?
159 return mLongitude;
178 ", mLongitude=" + mLongitude +
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp129 uint32_t mLongitude[GPS_VALUE_LENGTH]; member in class:GpsData
1826 BAIL_IF_INVALID_RET_NULL_SP(writer->addEntry(TAG_GPSLONGITUDE, 3, gpsData.mLongitude,
2050 reinterpret_cast<jint*>(&data.mLongitude));

Completed in 152 milliseconds