Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DBpfCoordinatorTest.java745 private static class TetherOffloadRuleParcelMatcher implements class in BpfCoordinatorTest
753 TetherOffloadRuleParcelMatcher(@NonNull Ipv6ForwardingRule rule) { in TetherOffloadRuleParcelMatcher() method in BpfCoordinatorTest.TetherOffloadRuleParcelMatcher
778 return argThat(new TetherOffloadRuleParcelMatcher(rule)); in matches()
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
H A DIpServerTest.java813 private static class TetherOffloadRuleParcelMatcher implements class in IpServerTest
819 TetherOffloadRuleParcelMatcher(int upstreamIfindex, InetAddress dst, MacAddress dstMac) { in TetherOffloadRuleParcelMatcher() method in IpServerTest.TetherOffloadRuleParcelMatcher
843 return argThat(new TetherOffloadRuleParcelMatcher(upstreamIfindex, dst, dstMac)); in matches()