Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/supl_pos/
DSUPLPOS.java117 private Velocity velocity_; field in SUPLPOS
119 return velocity_; in getVelocity()
125 this.velocity_ = (Velocity) value; in setVelocity()
128 velocity_ = new Velocity(); in setVelocityToNewInstance()
129 return velocity_; in setVelocityToNewInstance()
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ulp_components/
DPosition.java131 private Velocity velocity_; field in Position
133 return velocity_; in getVelocity()
139 this.velocity_ = (Velocity) value; in setVelocity()
142 velocity_ = new Velocity(); in setVelocityToNewInstance()
143 return velocity_; in setVelocityToNewInstance()