Searched refs:getMobileTxBytes (Results 1 – 5 of 5) sorted by relevance
38 public long getMobileTxBytes() { in getMobileTxBytes() method in TelephonyFacade39 return TrafficStats.getMobileTxBytes(); in getMobileTxBytes()
113 when(mTelephonyFacade.getMobileTxBytes()).thenReturn(0L); in setUp()114 when(mTelephonyFacade.getMobileTxBytes()).thenReturn(0L); in setUp()135 when(mTelephonyFacade.getMobileTxBytes()).thenReturn(mTxBytes); in addTxBytes()298 verify(mTelephonyFacade, times(4)).getMobileTxBytes(); in testScreenOnDefaultNetworkToggleNoExtraTrafficPoll()
467 long mobileTxBytes = mTelephonyFacade.getMobileTxBytes(); in handleTrafficStatsPoll()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
17284 method public static long getMobileTxBytes();