Searched refs:mpTx (Results 1 – 1 of 1) sorted by relevance
407 long mpTx = assertInteger(parts[9]); // mobilePacketsTx in checkNetwork() local428 assertTrue("mobileBytesTx must be >= mobilePacketsTx", mbTx >= mpTx); in checkNetwork()429 assertTrue("mobilePacketsTx must be >= 0", mpTx >= 0); in checkNetwork()438 assertTrue("mobilePacketsTx must be >= mobilePacketsBgTx", mpTx >= mpBgTx); in checkNetwork()