Searched refs:wbTx (Results 1 – 1 of 1) sorted by relevance
625 long wbTx = assertInteger(parts[7]); // wifiBytesTx in checkNetwork() local640 assertTrue("wifiBytesTx must be >= wifiPacketsTx", wbTx >= wpTx); in checkNetwork()