commit | f612b609db322946a4f10b0d312b35edd0382dd9 | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Thu Aug 24 12:40:07 2017 +0900 |
committer | Lorenzo Colitti <lorenzo@google.com> | Mon Aug 28 18:58:13 2017 +0900 |
tree | ff891fecc587af9c15670b8e45cdd5c627733f49 | |
parent | b09cf3fbf1c7e340bc06e8aba06461d4a0bae457 [diff] |
Trivial change to test expectations. (cherry picked from commit 0fee732ca579bbc4320ade35f238bdfa1aa500f5) Bug: 32163131 Test: runtest frameworks-net Change-Id: Iec8af5191b4da495e47ef97d70a03a5d2e75cfe2
diff --git a/tests/net/java/com/android/server/connectivity/tethering/OffloadControllerTest.java b/tests/net/java/com/android/server/connectivity/tethering/OffloadControllerTest.java index 679c369..d773951 100644 --- a/tests/net/java/com/android/server/connectivity/tethering/OffloadControllerTest.java +++ b/tests/net/java/com/android/server/connectivity/tethering/OffloadControllerTest.java
@@ -448,7 +448,7 @@ NetworkStats perUidStats = provider.getTetherStats(STATS_PER_UID); waitForIdle(); // 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( eq(null), eq(null), eq(null), eq(null)); inOrder.verifyNoMoreInteractions();