Searched refs:estimatedRxKbps (Results 1 – 2 of 2) sorted by relevance
965 public void setEstimatedRxKbps(int estimatedRxKbps) { in setEstimatedRxKbps() argument966 mEstimatedRxKbps = estimatedRxKbps; in setEstimatedRxKbps()979 result.estimatedRxKbps = mEstimatedRxKbps; in toProto()1105 sb.append(" estimatedRxKbps=").append(wifiStatus.estimatedRxKbps); in toString()
2987 assertEquals(expectedRx, userActionEvents[0].wifiStatus.estimatedRxKbps); in testLogWifiStatusInUserActionEvent()