Searched refs:mobileTxPackets (Results 1 – 6 of 6) 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
5220 sb.append(" ("); sb.append(bs.mobileRxPackets+bs.mobileTxPackets); in dumpLocked()5404 final long mobileTxPackets = u.getNetworkActivityPackets(NETWORK_MOBILE_TX_DATA, which); in dumpLocked()5424 || mobileRxPackets > 0 || mobileTxPackets > 0) { in dumpLocked()5429 pw.print(" received, "); pw.print(mobileTxPackets); pw.println(" sent)"); in dumpLocked()5438 long packets = mobileRxPackets + mobileTxPackets; in dumpLocked()
94051 Lcom/android/internal/os/BatterySipper;->mobileTxPackets:J