Searched refs:mobileStats (Results 1 – 1 of 1) sorted by relevance
411 ForwardedStats mobileStats = new ForwardedStats(); in testGetForwardedStats() local412 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()