Searched refs:numPacketsTx (Results 1 – 2 of 2) sorted by relevance
114 final long numPacketsTx = 3456; in testBuildProto() local128 when(wifiBatteryStats.getNumPacketsTx()).thenReturn(numPacketsTx); in testBuildProto()147 numPacketsTx, wifiPowerStats.numPacketsTx); in testBuildProto()
61 m.numPacketsTx = stats.getNumPacketsTx(); in buildProto()110 pw.println("Number of packets sent (tx): " + s.numPacketsTx); in dump()