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