Searched refs:getMobileTxBytes (Results 1 – 8 of 8) sorted by relevance
54 assertTrue(TrafficStats.getMobileTxBytes() >= 0); in testValidMobileStats()105 final long mobileTxBytesBefore = TrafficStats.getMobileTxBytes(); in testTrafficStatsForLocalhost()183 final long mobileTxBytesAfter = TrafficStats.getMobileTxBytes(); in testTrafficStatsForLocalhost()
327 public long getMobileTxBytes() { in getMobileTxBytes() method in FrameworkFacade328 return TrafficStats.getMobileTxBytes(); in getMobileTxBytes()
6717 long txBytes = mFacade.getTotalTxBytes() - mFacade.getMobileTxBytes(); in processMessageImpl()6891 txBytes = mFacade.getTotalTxBytes() - mFacade.getMobileTxBytes(); in updateLinkLayerStatsRssiDataStallScoreReport()
6241 staEvent.mobileTxBytes = mFacade.getMobileTxBytes(); in addStaEvent()6953 event.mobileTxBytes = mFacade.getMobileTxBytes();
659 public static long getMobileTxBytes() { in getMobileTxBytes() method in TrafficStats
172 method public static long getMobileTxBytes();
1460 long txBytes = TrafficStats.getMobileTxBytes(); in updateDataStats2()
3655 when(mFacade.getMobileTxBytes()).thenReturn((long) trigger[9]); in generateUnusableEventAtGivenTime()