Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DSatellitePvt.java142 private final VelocityEcef mVelocityEcef; field in SatellitePvt
467 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.Builder
740 mVelocityEcef = velocityEcef; in setVelocityEcef()
759 if (mPositionEcef != null && mVelocityEcef != null && mClockInfo != null) { in updateFlags()
881 return new SatellitePvt(mFlags, mPositionEcef, mVelocityEcef, mClockInfo, in build()