Searched refs:mBaseStationLongitude (Results 1 – 1 of 1) sorted by relevance
47 private int mBaseStationLongitude = INVALID_LAT_LONG; field in CdmaCellLocation60 this.mBaseStationLongitude = INVALID_LAT_LONG; in CdmaCellLocation()71 this.mBaseStationLongitude = bundle.getInt("baseStationLongitude", mBaseStationLongitude); in CdmaCellLocation()106 return this.mBaseStationLongitude; in getBaseStationLongitude()130 this.mBaseStationLongitude = INVALID_LAT_LONG; in setStateInvalid()143 this.mBaseStationLongitude = baseStationLongitude; //values[3]; in setCellLocationData()154 this.mBaseStationLongitude = baseStationLongitude; //values[3]; in setCellLocationData()161 return this.mBaseStationId ^ this.mBaseStationLatitude ^ this.mBaseStationLongitude in hashCode()181 equalsHandlesNulls(this.mBaseStationLongitude, s.mBaseStationLongitude) && in equals()191 + this.mBaseStationLongitude + "," in toString()[all …]