Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiVendorHalTest.java184 private android.hardware.wifi.V1_3.IWifiChip mIWifiChipV13; field in WifiVendorHalTest
291 return mIWifiChipV13; in getWifiChipForV1_3Mockable()
951 }).when(mIWifiChipV13).getCapabilities_1_3( in testGetSupportedFeaturesForHalV1_3()
2032 when(mIWifiChipV13.flushRingBufferToFile()).thenReturn(mWifiStatusSuccess); in testFlushRingBufferToFile()
2038 verify(mIWifiChipV13).flushRingBufferToFile(); in testFlushRingBufferToFile()
3291 when(mIWifiChipV13.setLatencyMode(anyInt())).thenReturn(mWifiStatusSuccess); in testSetLowLatencyMode_1_3_enabled()
3293 verify(mIWifiChipV13).setLatencyMode(eq(mode)); in testSetLowLatencyMode_1_3_enabled()
3306 when(mIWifiChipV13.setLatencyMode(anyInt())).thenReturn(mWifiStatusSuccess); in testSetLowLatencyMode_1_3_disabled()
3308 verify(mIWifiChipV13).setLatencyMode(eq(mode)); in testSetLowLatencyMode_1_3_disabled()