Searched refs:getMobileRxBytes (Results 1 – 8 of 8) sorted by relevance
55 assertTrue(TrafficStats.getMobileRxBytes() >= 0); in testValidMobileStats()106 final long mobileRxBytesBefore = TrafficStats.getMobileRxBytes(); in testTrafficStatsForLocalhost()184 final long mobileRxBytesAfter = TrafficStats.getMobileRxBytes(); in testTrafficStatsForLocalhost()
334 public long getMobileRxBytes() { in getMobileRxBytes() method in FrameworkFacade335 return TrafficStats.getMobileRxBytes(); in getMobileRxBytes()
6718 long rxBytes = mFacade.getTotalRxBytes() - mFacade.getMobileRxBytes(); in processMessageImpl()6892 rxBytes = mFacade.getTotalRxBytes() - mFacade.getMobileRxBytes(); in updateLinkLayerStatsRssiDataStallScoreReport()
6242 staEvent.mobileRxBytes = mFacade.getMobileRxBytes(); in addStaEvent()6954 event.mobileRxBytes = mFacade.getMobileRxBytes();
676 public static long getMobileRxBytes() { in getMobileRxBytes() method in TrafficStats
170 method public static long getMobileRxBytes();
1461 long rxBytes = TrafficStats.getMobileRxBytes(); in updateDataStats2()
3656 when(mFacade.getMobileRxBytes()).thenReturn((long) trigger[10]); in generateUnusableEventAtGivenTime()