Home
last modified time | relevance | path

Searched refs:getClientInterfaceNames (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNativeInterfaceManagementTest.java280 assertEquals(Set.of(IFACE_NAME_0), mWifiNative.getClientInterfaceNames()); in testSetupClientInterface()
297 assertEquals(Set.of(IFACE_NAME_0), mWifiNative.getClientInterfaceNames()); in testSetupClientInterfaceWithQosPolicyFeatureEnabled()
311 assertEquals(Set.of(IFACE_NAME_0), mWifiNative.getClientInterfaceNames()); in testSetupClientInterfaceForScan()
338 assertEquals(Set.of(), mWifiNative.getClientInterfaceNames()); in testSetupSoftApInterfaceInBridgedMode()
349 assertEquals(Set.of(IFACE_NAME_0), mWifiNative.getClientInterfaceNames()); in testSetupAndTeardownClientInterface()
362 assertEquals(Set.of(IFACE_NAME_0), mWifiNative.getClientInterfaceNames()); in testSetupAndTeardownClientInterfaceForScan()
379 assertEquals(Set.of(), mWifiNative.getClientInterfaceNames()); in testSetupAndTeardownSoftApInterface()
401 assertEquals(Set.of(IFACE_NAME_0), mWifiNative.getClientInterfaceNames()); in testSetupAndTeardownClientAndSoftApInterface_Seq1()
425 assertEquals(Set.of(IFACE_NAME_0), mWifiNative.getClientInterfaceNames()); in testSetupAndTeardownClientAndSoftApInterface_Seq2()
450 assertEquals(Set.of(IFACE_NAME_1), mWifiNative.getClientInterfaceNames()); in testSetupAndTeardownClientAndSoftApInterface_Seq3()
[all …]
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/scanner/
DWifiScanningServiceTest.java236 when(mWifiNative.getClientInterfaceNames()) in setUp()
2326 when(mWifiNative.getClientInterfaceNames()).thenReturn(new ArraySet<>()); in rejectSingleScanRequestWhenScannerGetIfaceNameFails()
3184 when(mWifiNative.getClientInterfaceNames()) in setupAndTeardownSecondImpl()
3193 when(mWifiNative.getClientInterfaceNames()) in setupAndTeardownSecondImpl()
3221 when(mWifiNative.getClientInterfaceNames()) in setupAndTeardownSecondImplWhichSatisfiesExistingImpl()
3236 when(mWifiNative.getClientInterfaceNames()) in setupAndTeardownSecondImplWhichSatisfiesExistingImpl()
3263 when(mWifiNative.getClientInterfaceNames()) in setupSecondImplAndTeardownFirstImplWhichSatisfiesExistingImpl()
3290 when(mWifiNative.getClientInterfaceNames()) in sendSingleScanBandRequestOnMultipleImpls()
3307 when(mWifiNative.getClientInterfaceNames()) in sendSingleScanChannelsRequestOnMultipleImpls()
3323 when(mWifiNative.getClientInterfaceNames()) in sendSingleScanRequestWithNoResultsOnMultipleImpls()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pNative.java710 Set<String> wifiClientInterfaces = mWifiNative.getClientInterfaceNames(); in abortWifiRunningScanIfNeeded()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pNativeTest.java147 when(mWifiNative.getClientInterfaceNames()).thenReturn(mWifiClientInterfaceNames); in setUp()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNative.java1870 public Set<String> getClientInterfaceNames() { in getClientInterfaceNames() method in WifiNative
3735 Set<String> ifaceNames = getClientInterfaceNames();
/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
DWifiScanningServiceImpl.java755 Set<String> ifaceNames = mWifiNative.getClientInterfaceNames(); in setupScannerImpls()