Searched refs:estimatedRxKbps (Results 1 – 2 of 2) sorted by relevance
861 public void setEstimatedRxKbps(int estimatedRxKbps) { in setEstimatedRxKbps() argument862 mEstimatedRxKbps = estimatedRxKbps; in setEstimatedRxKbps()875 result.estimatedRxKbps = mEstimatedRxKbps; in toProto()1001 sb.append(" estimatedRxKbps=").append(wifiStatus.estimatedRxKbps); in toString()
2859 assertEquals(expectedRx, userActionEvents[0].wifiStatus.estimatedRxKbps); in testLogWifiStatusInUserActionEvent()