Searched refs:TEST_IFACE_NAME_1 (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | WifiVendorHalTest.java | 148 private static final String TEST_IFACE_NAME_1 = "wlan1"; field in WifiVendorHalTest 3471 when(mWifiVendorHal.getWifiApIfaceForV1_4Mockable(TEST_IFACE_NAME_1)) in testSetApMacAddressSuccess() 3486 when(mWifiVendorHal.getWifiApIfaceForV1_4Mockable(TEST_IFACE_NAME_1)) in testSetApMacAddressFailDueToStatusFailure() 3501 when(mWifiVendorHal.getWifiApIfaceForV1_4Mockable(TEST_IFACE_NAME_1)) in testSetApMacAddressFailDueToRemoteException() 3608 assertNull(mWifiVendorHal.getBridgedApInstances(TEST_IFACE_NAME_1)); in testGetBridgedApInstancesFailDueToStatusFailure() 3621 assertNull(mWifiVendorHal.getBridgedApInstances(TEST_IFACE_NAME_1)); in testGetBridgedApInstancesFailDueToRemoteException() 3681 ifaceInfo1.name = TEST_IFACE_NAME_1; in testRadioModeChangeCallbackToDbsMode() 3716 ifaceInfo1.name = TEST_IFACE_NAME_1; in testRadioModeChangeCallbackToDbsModeV14() 3750 ifaceInfo1.name = TEST_IFACE_NAME_1; in testRadioModeChangeCallbackToSbsMode() 3781 ifaceInfo1.name = TEST_IFACE_NAME_1; in testRadioModeChangeCallbackToSccMode() [all …]
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/scanner/ |
H A D | WifiScanningServiceTest.java | 132 private static final String TEST_IFACE_NAME_1 = "wlan1"; field in WifiScanningServiceTest 190 .create(any(), any(), any(), eq(TEST_IFACE_NAME_1))) in setUp() 193 when(mWifiScannerImpl1.getIfaceName()).thenReturn(TEST_IFACE_NAME_1); in setUp() 3106 .thenReturn(new ArraySet<>(Arrays.asList(TEST_IFACE_NAME_0, TEST_IFACE_NAME_1))); in setupAndTeardownSecondImpl() 3111 .create(any(), any(), any(), eq(TEST_IFACE_NAME_1)); in setupAndTeardownSecondImpl() 3148 .thenReturn(new ArraySet<>(Arrays.asList(TEST_IFACE_NAME_0, TEST_IFACE_NAME_1))); in setupAndTeardownSecondImplWhichSatisfiesExistingImpl() 3157 .create(any(), any(), any(), eq(TEST_IFACE_NAME_1)); in setupAndTeardownSecondImplWhichSatisfiesExistingImpl() 3196 .thenReturn(new ArraySet<>(Arrays.asList(TEST_IFACE_NAME_1))); in setupSecondImplAndTeardownFirstImplWhichSatisfiesExistingImpl() 3207 .create(any(), any(), any(), eq(TEST_IFACE_NAME_1)); in setupSecondImplAndTeardownFirstImplWhichSatisfiesExistingImpl() 3223 .thenReturn(new ArraySet<>(Arrays.asList(TEST_IFACE_NAME_0, TEST_IFACE_NAME_1))); in sendSingleScanBandRequestOnMultipleImpls() [all …]
|