Home
last modified time | relevance | path

Searched defs:satPosAndVel (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/cts/tests/location/location_gnss/src/android/location/cts/gnss/pseudorange/
H A DSatellitePositionCalculator.java65 PositionAndVelocity satPosAndVel = new PositionAndVelocity(0.0, 0.0, 0.0, 0.0, 0.0, 0.0); in calculateSatellitePositionAndVelocityFromEphemeris() local
98 RangeAndRangeRate userSatRangeAndRate, PositionAndVelocity satPosAndVel) throws Exception { in calculateSatellitePositionAndVelocity()
234 PositionAndVelocity satPosAndVel, RangeAndRangeRate rangeAndRangeRate) { in computeUserToSatelliteRangeAndRangeRate()