Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/cts/net/util/java/android/net/cts/util/
H A DCtsTetheringUtils.java221 assertHasAllTetheringInterfaces(interfaces, mTetherableIfaces); in onTetherableInterfacesChanged()
233 assertHasAllTetheringInterfaces(interfaces, mTetheredIfaces); in onTetheredInterfacesChanged()
261 private void assertHasAllTetheringInterfaces(Set<TetheringInterface> tetheringIfaces, in assertHasAllTetheringInterfaces() method in CtsTetheringUtils.TestTetheringEventCallback