Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DTrafficStats.java458 private static long addIfSupported(long stat) { in addIfSupported() method in TrafficStats
474 total += addIfSupported(getTxPackets(iface)); in getMobileTxPackets()
491 total += addIfSupported(getRxPackets(iface)); in getMobileRxPackets()
508 total += addIfSupported(getTxBytes(iface)); in getMobileTxBytes()
525 total += addIfSupported(getRxBytes(iface)); in getMobileRxBytes()
540 total += addIfSupported(stat); in getMobileTcpRxPackets()
555 total += addIfSupported(stat); in getMobileTcpTxPackets()