Home
last modified time | relevance | path

Searched refs:mobileStats (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tests/net/java/com/android/server/connectivity/tethering/
DOffloadControllerTest.java411 ForwardedStats mobileStats = new ForwardedStats(); in testGetForwardedStats() local
412 mobileStats.rxBytes = 999; in testGetForwardedStats()
413 mobileStats.txBytes = 99999; in testGetForwardedStats()
416 when(mHardware.getForwardedStats(eq(mobileIface))).thenReturn(mobileStats); in testGetForwardedStats()
468 assertNetworkStats(mobileIface, mobileStats, entry); in testGetForwardedStats()
470 assertNetworkStats(mobileIface, mobileStats, entry); in testGetForwardedStats()