Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DTrafficStatsTest.java52 assertTrue(TrafficStats.getMobileTxPackets() >= 0); in testValidMobileStats()
103 final long mobileTxPacketsBefore = TrafficStats.getMobileTxPackets(); in testTrafficStatsForLocalhost()
181 final long mobileTxPacketsAfter = TrafficStats.getMobileTxPackets(); in testTrafficStatsForLocalhost()
/packages/modules/Connectivity/framework-t/src/android/net/
DTrafficStats.java625 public static long getMobileTxPackets() { in getMobileTxPackets() method in TrafficStats
/packages/modules/Connectivity/framework-t/api/
Dcurrent.txt173 method public static long getMobileTxPackets();
/packages/services/Telephony/src/com/android/phone/settings/
DRadioInfo.java1458 long txPackets = TrafficStats.getMobileTxPackets(); in updateDataStats2()