Searched refs:LCI (Results 1 – 3 of 3) sorted by relevance
746 public WifiInformationElement LCI; field in RttManager.RttResult806 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 …]
5295 field @Deprecated public android.net.wifi.RttManager.WifiInformationElement LCI;
5201 field @Deprecated public android.net.wifi.RttManager.WifiInformationElement LCI;