Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/suplClient/
DSuplRrlpMessagesGenerator.java69 private static final double POSITION_ESTIMATE_LAT_SCALE_FACTOR = 90.0 / 8388608.0; field in SuplRrlpMessagesGenerator
226 long latSuplFormat = (long) (Math.abs(latE7) / (POSITION_ESTIMATE_LAT_SCALE_FACTOR * 1E7)); in generateSuplPositionInitLocalLocationMessage()