Searched refs:getSoftApInterfaceNames (Results 1 – 2 of 2) sorted by relevance
380 assertEquals(Set.of(IFACE_NAME_0), mWifiNative.getSoftApInterfaceNames()); in testSetupSoftApInterface()392 assertEquals(Set.of(IFACE_NAME_0), mWifiNative.getSoftApInterfaceNames()); in testSetupSoftApInterfaceInBridgedMode()433 assertEquals(Set.of(IFACE_NAME_0), mWifiNative.getSoftApInterfaceNames()); in testSetupAndTeardownSoftApInterface()504 assertEquals(Set.of(IFACE_NAME_0), mWifiNative.getSoftApInterfaceNames()); in testSetupAndTeardownClientAndSoftApInterface_Seq3()529 assertEquals(Set.of(IFACE_NAME_0), mWifiNative.getSoftApInterfaceNames()); in testSetupAndTeardownClientAndSoftApInterface_Seq4()556 assertEquals(Set.of(IFACE_NAME_0), mWifiNative.getSoftApInterfaceNames()); in testTeardownAllInterfaces()595 assertEquals(Set.of(), mWifiNative.getSoftApInterfaceNames()); in testTeardownAllInterfaces()
2088 public Set<String> getSoftApInterfaceNames() { in getSoftApInterfaceNames() method in WifiNative