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.java325 assertEquals(Set.of(IFACE_NAME_0), mWifiNative.getSoftApInterfaceNames()); in testSetupSoftApInterface()
337 assertEquals(Set.of(IFACE_NAME_0), mWifiNative.getSoftApInterfaceNames()); in testSetupSoftApInterfaceInBridgedMode()
378 assertEquals(Set.of(IFACE_NAME_0), mWifiNative.getSoftApInterfaceNames()); in testSetupAndTeardownSoftApInterface()
449 assertEquals(Set.of(IFACE_NAME_0), mWifiNative.getSoftApInterfaceNames()); in testSetupAndTeardownClientAndSoftApInterface_Seq3()
474 assertEquals(Set.of(IFACE_NAME_0), mWifiNative.getSoftApInterfaceNames()); in testSetupAndTeardownClientAndSoftApInterface_Seq4()
501 assertEquals(Set.of(IFACE_NAME_0), mWifiNative.getSoftApInterfaceNames()); in testTeardownAllInterfaces()
536 assertEquals(Set.of(), mWifiNative.getSoftApInterfaceNames()); in testTeardownAllInterfaces()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNative.java1881 public Set<String> getSoftApInterfaceNames() { in getSoftApInterfaceNames() method in WifiNative