Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/rtt/
DResponderLocation.java574 mLatitude = decodeLciLatLng(subelementLciFields, SUBELEMENT_LCI_BIT_FIELD_LENGTHS, in parseSubelementLci()
579 decodeLciLatLng(subelementLciFields, SUBELEMENT_LCI_BIT_FIELD_LENGTHS, in parseSubelementLci()
606 private double decodeLciLatLng(long[] fields, int[] bitFieldSizes, int offset, double limit) { in decodeLciLatLng() method in ResponderLocation