OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:correctedtime
(Results
1 - 1
of
1
) sorted by null
/cts/tests/tests/location/src/android/location/cts/psedorange/
SatelliteClockCorrectionCalculator.java
150
double
correctedTime
= time;
152
correctedTime
= time - SECONDS_IN_WEEK;
155
correctedTime
= time + SECONDS_IN_WEEK;
157
return
correctedTime
;
Completed in 82 milliseconds