Searched refs:mVelocityEcef (Results 1 – 1 of 1) sorted by relevance
142 private final VelocityEcef mVelocityEcef; field in SatellitePvt467 mVelocityEcef = velocityEcef; in SatellitePvt()493 return mVelocityEcef; in getVelocityEcef()670 parcel.writeParcelable(mVelocityEcef, flags); in writeToParcel()686 + ", VelocityEcef=" + mVelocityEcef in toString()708 @Nullable private VelocityEcef mVelocityEcef; field in SatellitePvt.Builder740 mVelocityEcef = velocityEcef; in setVelocityEcef()759 if (mPositionEcef != null && mVelocityEcef != null && mClockInfo != null) { in updateFlags()881 return new SatellitePvt(mFlags, mPositionEcef, mVelocityEcef, mClockInfo, in build()