Searched refs:LCR (Results 1 – 2 of 2) sorted by relevance
748 public WifiInformationElement LCR; field in RttManager.RttResult806 sb.append(", LCR=" + mResults[i].LCR); in toString()849 dest.writeByte(result.LCR.id); in writeToParcel()850 if (result.LCR.id != (byte) 0xFF) { in writeToParcel()851 dest.writeByte((byte) result.LCR.data.length); in writeToParcel()852 dest.writeByteArray(result.LCR.data); in writeToParcel()903 results[i].LCR = new WifiInformationElement();904 results[i].LCR.id = in.readByte();905 if (results[i].LCR.id != (byte) 0xFF) {907 results[i].LCR.data = new byte[length];[all …]
4612 field @Deprecated public android.net.wifi.RttManager.WifiInformationElement LCR;