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.java335 assertEquals(Set.of(IFACE_NAME_0), mWifiNative.getClientInterfaceNames()); in testSetupClientInterface()
352 assertEquals(Set.of(IFACE_NAME_0), mWifiNative.getClientInterfaceNames()); in testSetupClientInterfaceWithQosPolicyFeatureEnabled()
366 assertEquals(Set.of(IFACE_NAME_0), mWifiNative.getClientInterfaceNames()); in testSetupClientInterfaceForScan()
393 assertEquals(Set.of(), mWifiNative.getClientInterfaceNames()); in testSetupSoftApInterfaceInBridgedMode()
404 assertEquals(Set.of(IFACE_NAME_0), mWifiNative.getClientInterfaceNames()); in testSetupAndTeardownClientInterface()
417 assertEquals(Set.of(IFACE_NAME_0), mWifiNative.getClientInterfaceNames()); in testSetupAndTeardownClientInterfaceForScan()
434 assertEquals(Set.of(), mWifiNative.getClientInterfaceNames()); in testSetupAndTeardownSoftApInterface()
456 assertEquals(Set.of(IFACE_NAME_0), mWifiNative.getClientInterfaceNames()); in testSetupAndTeardownClientAndSoftApInterface_Seq1()
480 assertEquals(Set.of(IFACE_NAME_0), mWifiNative.getClientInterfaceNames()); in testSetupAndTeardownClientAndSoftApInterface_Seq2()
505 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()
2343 when(mWifiNative.getClientInterfaceNames()).thenReturn(new ArraySet<>()); in rejectSingleScanRequestWhenScannerGetIfaceNameFails()
3224 when(mWifiNative.getClientInterfaceNames()) in setupAndTeardownSecondImpl()
3233 when(mWifiNative.getClientInterfaceNames()) in setupAndTeardownSecondImpl()
3261 when(mWifiNative.getClientInterfaceNames()) in setupAndTeardownSecondImplWhichSatisfiesExistingImpl()
3276 when(mWifiNative.getClientInterfaceNames()) in setupAndTeardownSecondImplWhichSatisfiesExistingImpl()
3303 when(mWifiNative.getClientInterfaceNames()) in setupSecondImplAndTeardownFirstImplWhichSatisfiesExistingImpl()
3330 when(mWifiNative.getClientInterfaceNames()) in sendSingleScanBandRequestOnMultipleImpls()
3347 when(mWifiNative.getClientInterfaceNames()) in sendSingleScanChannelsRequestOnMultipleImpls()
3363 when(mWifiNative.getClientInterfaceNames()) in sendSingleScanRequestWithNoResultsOnMultipleImpls()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pNative.java815 Set<String> wifiClientInterfaces = mWifiNative.getClientInterfaceNames(); in abortWifiRunningScanIfNeeded()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pNativeTest.java202 when(mWifiNative.getClientInterfaceNames()).thenReturn(mWifiClientInterfaceNames); in setUp()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNative.java2077 public Set<String> getClientInterfaceNames() { in getClientInterfaceNames() method in WifiNative
3953 Set<String> ifaceNames = getClientInterfaceNames();
/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
DWifiScanningServiceImpl.java753 Set<String> ifaceNames = mWifiNative.getClientInterfaceNames(); in setupScannerImpls()