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

/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityCdma.java43 private final int mLongitude; field in class:CellIdentityCdma
59 mLongitude = Integer.MAX_VALUE;
79 mLongitude = lon;
87 mLongitude = cid.mLongitude;
124 return mLongitude;
142 (mLatitude * primeNum) + (mLongitude * primeNum);
154 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;
427 if (mLatitude != mLat1 || mLongitude != mLon1 ||
428 dest.mLatitude != mLat2 || dest.mLongitude != mLon2) {
429 computeDistanceAndBearing(mLatitude, mLongitude,
430 dest.mLatitude, dest.mLongitude, mResults);
432 mLon1 = mLongitude;
434 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;

Completed in 123 milliseconds