Searched refs:getTotalTxBytes (Results 1 – 8 of 8) sorted by relevance
61 assertTrue(TrafficStats.getTotalTxBytes() >= 0); in testValidTotalStats()109 final long totalTxBytesBefore = TrafficStats.getTotalTxBytes(); in testTrafficStatsForLocalhost()187 final long totalTxBytesAfter = TrafficStats.getTotalTxBytes(); in testTrafficStatsForLocalhost()
341 public long getTotalTxBytes() { in getTotalTxBytes() method in FrameworkFacade342 return TrafficStats.getTotalTxBytes(); in getTotalTxBytes()
6717 long txBytes = mFacade.getTotalTxBytes() - mFacade.getMobileTxBytes(); in processMessageImpl()6891 txBytes = mFacade.getTotalTxBytes() - mFacade.getMobileTxBytes(); in updateLinkLayerStatsRssiDataStallScoreReport()
6243 staEvent.totalTxBytes = mFacade.getTotalTxBytes(); in addStaEvent()6955 event.totalTxBytes = mFacade.getTotalTxBytes();
892 public static long getTotalTxBytes() { in getTotalTxBytes() method in TrafficStats
180 method public static long getTotalTxBytes();
3657 when(mFacade.getTotalTxBytes()).thenReturn((long) trigger[11]); in generateUnusableEventAtGivenTime()
717 when(mFrameworkFacade.getTotalTxBytes()).thenReturn(TEST_TX_BYTES); in setUp()