Searched refs:mCodePhaseInChips (Results 1 – 2 of 2) sorted by relevance
48 private double mCodePhaseInChips; field in GpsMeasurement207 mCodePhaseInChips = measurement.mCodePhaseInChips; in set()592 return mCodePhaseInChips; in getCodePhaseInChips()600 mCodePhaseInChips = value; in setCodePhaseInChips()608 mCodePhaseInChips = Double.NaN; in resetCodePhaseInChips()1183 gpsMeasurement.mCodePhaseInChips = parcel.readDouble();1226 parcel.writeDouble(mCodePhaseInChips); in writeToParcel()1306 hasCodePhaseInChips() ? mCodePhaseInChips : null, in toString()
23054 Landroid/location/GpsMeasurement;->mCodePhaseInChips:D