Searched refs:addIfSupported (Results 1 – 2 of 2) sorted by relevance
495 private static long addIfSupported(long stat) { in addIfSupported() method in TrafficStats511 total += addIfSupported(getTxPackets(iface)); in getMobileTxPackets()528 total += addIfSupported(getRxPackets(iface)); in getMobileRxPackets()545 total += addIfSupported(getTxBytes(iface)); in getMobileTxBytes()562 total += addIfSupported(getRxBytes(iface)); in getMobileRxBytes()578 total += addIfSupported(stat); in getMobileTcpRxPackets()594 total += addIfSupported(stat); in getMobileTcpTxPackets()
45296 Landroid/net/TrafficStats;->addIfSupported(J)J