Searched refs:LCR (Results 1 – 3 of 3) sorted by relevance
749 public WifiInformationElement LCR; field in RttManager.RttResult807 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 …]
5296 field @Deprecated public android.net.wifi.RttManager.WifiInformationElement LCR;
5202 field @Deprecated public android.net.wifi.RttManager.WifiInformationElement LCR;