Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/
DRttManager.java746 public WifiInformationElement LCI; field in RttManager.RttResult
806 sb.append(", LCI=" + mResults[i].LCI); in toString()
845 dest.writeByte(result.LCI.id); in writeToParcel()
846 if (result.LCI.id != (byte) 0xFF) { in writeToParcel()
847 dest.writeByte((byte)result.LCI.data.length); in writeToParcel()
848 dest.writeByteArray(result.LCI.data); in writeToParcel()
897 results[i].LCI = new WifiInformationElement();
898 results[i].LCI.id = in.readByte();
899 if (results[i].LCI.id != (byte) 0xFF) {
901 results[i].LCI.data = new byte[length];
[all …]
/frameworks/base/api/
Dsystem-current.txt5295 field @Deprecated public android.net.wifi.RttManager.WifiInformationElement LCI;
/frameworks/base/non-updatable-api/
Dsystem-current.txt5201 field @Deprecated public android.net.wifi.RttManager.WifiInformationElement LCI;