Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/connectivity/tethering/
DUpstreamNetworkMonitorTest.java448 assertPrefixSet(local, INCLUDES, alreadySeen); in testLocalPrefixes()
453 assertPrefixSet(local, INCLUDES, wifiLinkPrefixes); in testLocalPrefixes()
472 assertPrefixSet(local, INCLUDES, alreadySeen); in testLocalPrefixes()
474 assertPrefixSet(local, INCLUDES, cellLinkPrefixes); in testLocalPrefixes()
495 assertPrefixSet(local, INCLUDES, alreadySeen); in testLocalPrefixes()
497 assertPrefixSet(local, INCLUDES, dunLinkPrefixes); in testLocalPrefixes()
505 assertPrefixSet(local, EXCLUDES, wifiLinkPrefixes); in testLocalPrefixes()
506 assertPrefixSet(local, INCLUDES, cellLinkPrefixes); in testLocalPrefixes()
507 assertPrefixSet(local, INCLUDES, dunLinkPrefixes); in testLocalPrefixes()
512 assertPrefixSet(local, EXCLUDES, wifiLinkPrefixes); in testLocalPrefixes()
[all …]