Home | History | Annotate | Download | only in net

Lines Matching refs:txBytes

1040             long txBytes, long txPackets, int operations) throws Exception {
1041 assertNetworkTotal(template, Long.MIN_VALUE, Long.MAX_VALUE, rxBytes, rxPackets, txBytes,
1046 long rxPackets, long txBytes, long txPackets, int operations) throws Exception {
1049 assertValues(history, start, end, rxBytes, rxPackets, txBytes, txPackets, operations);
1054 DEFAULT_NETWORK_ALL, rxBytes, rxPackets, txBytes, txPackets, operations);
1058 long txBytes, long txPackets, int operations) throws Exception {
1060 rxBytes, rxPackets, txBytes, txPackets, operations);
1064 int roaming, int defaultNetwork, long rxBytes, long rxPackets, long txBytes,
1069 assertValues(history, Long.MIN_VALUE, Long.MAX_VALUE, rxBytes, rxPackets, txBytes,
1076 rxBytes, rxPackets, txBytes, txPackets, operations);
1166 long txBytes, long txPackets, int operations) {
1212 assertEquals("unexpected txBytes", txBytes, entry.txBytes);
1218 long rxPackets, long txBytes, long txPackets, int operations) {
1222 assertEquals("unexpected txBytes", txBytes, entry.txBytes);