Searched refs:getMobileTxBytes (Results 1 – 9 of 9) sorted by relevance
51 assertTrue(TrafficStats.getMobileTxBytes() >= 0); in testValidMobileStats()102 final long mobileTxBytesBefore = TrafficStats.getMobileTxBytes(); in testTrafficStatsForLocalhost()180 final long mobileTxBytesAfter = TrafficStats.getMobileTxBytes(); in testTrafficStatsForLocalhost()
290 public long getMobileTxBytes() { in getMobileTxBytes() method in FrameworkFacade291 return TrafficStats.getMobileTxBytes(); in getMobileTxBytes()
527 long txBytes = mFacade.getTotalTxBytes() - mFacade.getMobileTxBytes(); in isThroughputSufficientInternal()
1286 long txBytes = mFrameworkFacade.getTotalTxBytes() - mFrameworkFacade.getMobileTxBytes(); in updateLinkBandwidth()
5478 staEvent.mobileTxBytes = mFacade.getMobileTxBytes(); in addStaEvent()6193 event.mobileTxBytes = mFacade.getMobileTxBytes();
191 lenient().when(mFrameworkFacade.getMobileTxBytes()).thenReturn((long) 0); in setUpWifiBytes()
199 when(mFrameworkFacade.getMobileTxBytes()).thenReturn(0L); in setUp()
3511 when(mFacade.getMobileTxBytes()).thenReturn((long) trigger[9]); in generateUnusableEventAtGivenTime()
1178 long txBytes = TrafficStats.getMobileTxBytes(); in updateDataStats2()