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.java47 private int mBaseStationLongitude = INVALID_LAT_LONG; field in CdmaCellLocation
60 this.mBaseStationLongitude = INVALID_LAT_LONG; in CdmaCellLocation()
71 this.mBaseStationLongitude = bundle.getInt("baseStationLongitude", mBaseStationLongitude); in CdmaCellLocation()
106 return this.mBaseStationLongitude; in getBaseStationLongitude()
129 this.mBaseStationLongitude = INVALID_LAT_LONG; in setStateInvalid()
142 this.mBaseStationLongitude = baseStationLongitude; //values[3]; in setCellLocationData()
153 this.mBaseStationLongitude = baseStationLongitude; //values[3]; in setCellLocationData()
160 return this.mBaseStationId ^ this.mBaseStationLatitude ^ this.mBaseStationLongitude in hashCode()
180 equalsHandlesNulls(this.mBaseStationLongitude, s.mBaseStationLongitude) && in equals()
190 + this.mBaseStationLongitude + "," in toString()
[all …]