Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/suplClient/
DSuplRrlpMessagesGenerator.java70 private static final double POSITION_ESTIMATE_LNG_SCALE_FACTOR = 180.0 / 8388608.0; field in SuplRrlpMessagesGenerator
227 long lngSuplFormat = (long) (lngE7 / (POSITION_ESTIMATE_LNG_SCALE_FACTOR * 1E7)); in generateSuplPositionInitLocalLocationMessage()