Searched refs:getBridgedApInstances (Results 1 – 6 of 6) sorted by relevance
1342 public List<String> getBridgedApInstances(@NonNull String ifaceName) { in getBridgedApInstances() method in WifiNative1345 return mWifiVendorHal.getBridgedApInstances(ifaceName); in getBridgedApInstances()1625 List<String> instances = getBridgedApInstances(iface.name); in setupInterfaceForSoftApMode()4926 List<String> instances = getBridgedApInstances(ifaceName);
654 List<String> instances = mWifiNative.getBridgedApInstances(mApInterfaceName); in getBridgedApDowngradeIfaceInstanceForRemoval()2059 mWifiNative.getBridgedApInstances(mApInterfaceName); in processMessageImpl()
1079 public List<String> getBridgedApInstances(@NonNull String ifaceName) { in getBridgedApInstances() method in WifiVendorHal
174 when(mWifiVendorHal.getBridgedApInstances(any())).thenReturn( in setUp()1167 when(mWifiVendorHal.getBridgedApInstances(any())).thenReturn(null); in testSetupSoftApInterfaceFailureInHalGetBridgedInstances()2031 mInOrder.verify(mWifiVendorHal).getBridgedApInstances(eq(ifaceName)); in validateSetupSoftApInterface()
806 when(mWifiVendorHal.getBridgedApInstances(WIFI_IFACE_NAME)) in testBridgedApModeWifiCondSetupTeardown()816 when(mWifiVendorHal.getBridgedApInstances(WIFI_IFACE_NAME)).thenReturn(null); in testBridgedApModeWifiCondSetupTeardown()
1329 when(mWifiNative.getBridgedApInstances(any())) in testHostapdBothInstanceFailureHandled()1373 when(mWifiNative.getBridgedApInstances(any())) in testHostapdBothInstanceFailureHandledEvenIfGetBridgedInstancesIsNull()3750 when(mWifiNative.getBridgedApInstances(any())) in testBridgedModeDowngradeIfaceInstanceForRemoval()