Searched refs:getMobileRxBytes (Results 1 – 9 of 9) sorted by relevance
52 assertTrue(TrafficStats.getMobileRxBytes() >= 0); in testValidMobileStats()103 final long mobileRxBytesBefore = TrafficStats.getMobileRxBytes(); in testTrafficStatsForLocalhost()181 final long mobileRxBytesAfter = TrafficStats.getMobileRxBytes(); in testTrafficStatsForLocalhost()
297 public long getMobileRxBytes() { in getMobileRxBytes() method in FrameworkFacade298 return TrafficStats.getMobileRxBytes(); in getMobileRxBytes()
528 long rxBytes = mFacade.getTotalRxBytes() - mFacade.getMobileRxBytes(); in isThroughputSufficientInternal()
1287 long rxBytes = mFrameworkFacade.getTotalRxBytes() - mFrameworkFacade.getMobileRxBytes(); in updateLinkBandwidth()
5479 staEvent.mobileRxBytes = mFacade.getMobileRxBytes(); in addStaEvent()6194 event.mobileRxBytes = mFacade.getMobileRxBytes();
192 lenient().when(mFrameworkFacade.getMobileRxBytes()).thenReturn((long) 0); in setUpWifiBytes()
198 when(mFrameworkFacade.getMobileRxBytes()).thenReturn(0L); in setUp()
3512 when(mFacade.getMobileRxBytes()).thenReturn((long) trigger[10]); in generateUnusableEventAtGivenTime()
1179 long rxBytes = TrafficStats.getMobileRxBytes(); in updateDataStats2()