Searched refs:mobileTxPackets (Results 1 – 4 of 4) sorted by relevance
99 public long mobileTxPackets; field in BatterySipper163 long packets = mobileRxPackets + mobileTxPackets; in computeMobilemspp()218 mobileTxPackets += other.mobileTxPackets; in add()
89 app.mobileTxPackets = u.getNetworkActivityPackets(BatteryStats.NETWORK_MOBILE_TX_DATA, in calculateApp()106 app.mobileRadioPowerMah = (app.mobileRxPackets + app.mobileTxPackets) in calculateApp()111 + (app.mobileRxPackets + app.mobileTxPackets) in calculateApp()
74 app.txPacketCount = network.mobileTxPackets; in createApps()
344 public long mobileTxPackets; field in RawBatteryStats.Network