Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DTrafficStats.java495 private static long addIfSupported(long stat) { in addIfSupported() method in TrafficStats
511 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt45296 Landroid/net/TrafficStats;->addIfSupported(J)J