Home
last modified time | relevance | path

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

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