Searched refs:mIWifiChipV15 (Results 1 – 1 of 1) sorted by relevance
188 private android.hardware.wifi.V1_5.IWifiChip mIWifiChipV15; field in WifiVendorHalTest329 return mIWifiChipV15; in getWifiChipForV1_5Mockable()987 }).when(mIWifiChipV15).getCapabilities_1_5( in testGetSupportedFeaturesForHalV1_5()3382 when(mIWifiChipV15.removeIfaceInstanceFromBridgedApIface(any(), any())) in testRemoveIfaceInstanceFromBridgedApIface()3395 when(mIWifiChipV15.setCoexUnsafeChannels(any(), anyInt())) in testSetCoexUnsafeChannels()3889 verify(mIWifiChipV15).setMultiStaPrimaryConnection(TEST_IFACE_NAME); in testSetMultiStaPrimaryConnection()4079 when(mIWifiChipV15.setCountryCode(any())).thenReturn(mWifiStatusSuccess); in testSetCountryCodeWithHalV1_5()4085 verify(mIWifiChipV15, never()).setCountryCode(any()); in testSetCountryCodeWithHalV1_5()4089 verify(mIWifiChipV15).setCountryCode(eq(expected)); in testSetCountryCodeWithHalV1_5()4117 }).when(mIWifiChipV15).getUsableChannels(anyInt(), anyInt(), anyInt(), in testGetUsableChannels()[all …]