Searched refs:LCI (Results 1 – 2 of 2) sorted by relevance
745 public WifiInformationElement LCI; field in RttManager.RttResult805 sb.append(", LCI=" + mResults[i].LCI); in toString()844 dest.writeByte(result.LCI.id); in writeToParcel()845 if (result.LCI.id != (byte) 0xFF) { in writeToParcel()846 dest.writeByte((byte)result.LCI.data.length); in writeToParcel()847 dest.writeByteArray(result.LCI.data); in writeToParcel()896 results[i].LCI = new WifiInformationElement();897 results[i].LCI.id = in.readByte();898 if (results[i].LCI.id != (byte) 0xFF) {900 results[i].LCI.data = new byte[length];[all …]
4611 field @Deprecated public android.net.wifi.RttManager.WifiInformationElement LCI;