Searched refs:addIfSupported (Results 1 – 2 of 2) sorted by relevance
612 private static long addIfSupported(long stat) { in addIfSupported() method in TrafficStats628 total += addIfSupported(getTxPackets(iface)); in getMobileTxPackets()645 total += addIfSupported(getRxPackets(iface)); in getMobileRxPackets()662 total += addIfSupported(getTxBytes(iface)); in getMobileTxBytes()679 total += addIfSupported(getRxBytes(iface)); in getMobileRxBytes()
483 Landroid/net/TrafficStats;->addIfSupported(J)J