Home
last modified time | relevance | path

Searched refs:addIfSupported (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/
DTrafficStats.java494 private static long addIfSupported(long stat) { in addIfSupported() method in TrafficStats
510 total += addIfSupported(getTxPackets(iface)); in getMobileTxPackets()
527 total += addIfSupported(getRxPackets(iface)); in getMobileRxPackets()
544 total += addIfSupported(getTxBytes(iface)); in getMobileTxBytes()
561 total += addIfSupported(getRxBytes(iface)); in getMobileRxBytes()
577 total += addIfSupported(stat); in getMobileTcpRxPackets()
593 total += addIfSupported(stat); in getMobileTcpTxPackets()