Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/suplClient/
DSuplRrlpMessagesGenerator.java227 long lngSuplFormat = (long) (lngE7 / (POSITION_ESTIMATE_LNG_SCALE_FACTOR * 1E7)); in generateSuplPositionInitLocalLocationMessage() local
229 posEstimate.setLongitudeToNewInstance().setInteger(BigInteger.valueOf(lngSuplFormat)); in generateSuplPositionInitLocalLocationMessage()