Merge "Trivial change to test expectations." am: c0d8300b32
am: 3dd0137ee5
Change-Id: I40e6535b22688b47845e6c57d3f13963bc8a6201
This commit is contained in:
@@ -444,7 +444,7 @@ public class OffloadControllerTest {
|
|||||||
NetworkStats perUidStats = provider.getTetherStats(STATS_PER_UID);
|
NetworkStats perUidStats = provider.getTetherStats(STATS_PER_UID);
|
||||||
waitForIdle();
|
waitForIdle();
|
||||||
// There is no current upstream, so no stats are fetched.
|
// There is no current upstream, so no stats are fetched.
|
||||||
inOrder.verify(mHardware, never()).getForwardedStats(eq(ethernetIface));
|
inOrder.verify(mHardware, never()).getForwardedStats(any());
|
||||||
inOrder.verify(mHardware, times(1)).setUpstreamParameters(
|
inOrder.verify(mHardware, times(1)).setUpstreamParameters(
|
||||||
eq(null), eq(null), eq(null), eq(null));
|
eq(null), eq(null), eq(null), eq(null));
|
||||||
inOrder.verifyNoMoreInteractions();
|
inOrder.verifyNoMoreInteractions();
|
||||||
|
|||||||
Reference in New Issue
Block a user