Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNativeInterfaceManagementTest.java230 assertEquals(Set.of(IFACE_NAME_0), mWifiNative.getSoftApInterfaceNames()); in testSetupSoftApInterface()
242 assertEquals(Set.of(IFACE_NAME_0), mWifiNative.getSoftApInterfaceNames()); in testSetupSoftApInterfaceInBridgedMode()
283 assertEquals(Set.of(IFACE_NAME_0), mWifiNative.getSoftApInterfaceNames()); in testSetupAndTeardownSoftApInterface()
354 assertEquals(Set.of(IFACE_NAME_0), mWifiNative.getSoftApInterfaceNames()); in testSetupAndTeardownClientAndSoftApInterface_Seq3()
379 assertEquals(Set.of(IFACE_NAME_0), mWifiNative.getSoftApInterfaceNames()); in testSetupAndTeardownClientAndSoftApInterface_Seq4()
406 assertEquals(Set.of(IFACE_NAME_0), mWifiNative.getSoftApInterfaceNames()); in testTeardownAllInterfaces()
440 assertEquals(Set.of(), mWifiNative.getSoftApInterfaceNames()); in testTeardownAllInterfaces()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNative.java1529 public Set<String> getSoftApInterfaceNames() { in getSoftApInterfaceNames() method in WifiNative