Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/
DRttManager.java748 public WifiInformationElement LCR; field in RttManager.RttResult
806 sb.append(", LCR=" + mResults[i].LCR); in toString()
849 dest.writeByte(result.LCR.id); in writeToParcel()
850 if (result.LCR.id != (byte) 0xFF) { in writeToParcel()
851 dest.writeByte((byte) result.LCR.data.length); in writeToParcel()
852 dest.writeByteArray(result.LCR.data); in writeToParcel()
903 results[i].LCR = new WifiInformationElement();
904 results[i].LCR.id = in.readByte();
905 if (results[i].LCR.id != (byte) 0xFF) {
907 results[i].LCR.data = new byte[length];
[all …]
/frameworks/base/api/
Dsystem-current.txt4612 field @Deprecated public android.net.wifi.RttManager.WifiInformationElement LCR;