Home
last modified time | relevance | path

Searched refs:mBaseStationLongitude (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/telephony/java/android/telephony/cdma/
DCdmaCellLocation.java52 private int mBaseStationLongitude = INVALID_LAT_LONG; field in CdmaCellLocation
67 this.mBaseStationLongitude = INVALID_LAT_LONG; in CdmaCellLocation()
78 this.mBaseStationLongitude = bundle.getInt("baseStationLongitude", mBaseStationLongitude); in CdmaCellLocation()
113 return this.mBaseStationLongitude; in getBaseStationLongitude()
137 this.mBaseStationLongitude = INVALID_LAT_LONG; in setStateInvalid()
150 this.mBaseStationLongitude = baseStationLongitude; //values[3]; in setCellLocationData()
161 this.mBaseStationLongitude = baseStationLongitude; //values[3]; in setCellLocationData()
168 return this.mBaseStationId ^ this.mBaseStationLatitude ^ this.mBaseStationLongitude in hashCode()
188 equalsHandlesNulls(this.mBaseStationLongitude, s.mBaseStationLongitude) && in equals()
198 + this.mBaseStationLongitude + "," in toString()
[all …]