Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyFacade.java38 public long getMobileTxBytes() { in getMobileTxBytes() method in TelephonyFacade
39 return TrafficStats.getMobileTxBytes(); in getMobileTxBytes()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DLinkBandwidthEstimatorTest.java113 when(mTelephonyFacade.getMobileTxBytes()).thenReturn(0L); in setUp()
114 when(mTelephonyFacade.getMobileTxBytes()).thenReturn(0L); in setUp()
135 when(mTelephonyFacade.getMobileTxBytes()).thenReturn(mTxBytes); in addTxBytes()
298 verify(mTelephonyFacade, times(4)).getMobileTxBytes(); in testScreenOnDefaultNetworkToggleNoExtraTrafficPoll()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DLinkBandwidthEstimator.java467 long mobileTxBytes = mTelephonyFacade.getMobileTxBytes(); in handleTrafficStatsPoll()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt17284 method public static long getMobileTxBytes();