Searched refs:getSoftApInterfaceNames (Results 1 – 2 of 2) sorted by relevance
325 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()
1881 public Set<String> getSoftApInterfaceNames() { in getSoftApInterfaceNames() method in WifiNative