Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DHostapdHalTest.java83 private android.hardware.wifi.hostapd.V1_2.IHostapd mIHostapdMockV12; field in HostapdHalTest
146 return mIHostapdMockV12; in getHostapdMockableV1_2()
791 when(mIHostapdMockV12.setDebugParams(anyInt())) in executeAndValidateInitializationSequenceV1_2()
831 when(mIHostapdMockV12.setDebugParams(anyInt())) in executeAndValidateInitializationSequenceV1_3()
901 when(mIHostapdMockV12.forceClientDisconnect(any(), any(), anyShort())) in testForceClientDisconnectSuccess()
916 when(mIHostapdMockV12.forceClientDisconnect(any(), any(), anyShort())) in testForceClientDisconnectFailureDueToInvalidArg()
936 when(mIHostapdMockV12.forceClientDisconnect(any(), any(), anyShort())) in testForceClientDisconnectFailure()
954 doThrow(new RemoteException()).when(mIHostapdMockV12) in testforceClientDisconnectRemoteException()
981 when(mIHostapdMockV12.setDebugParams(anyInt())) in testSetLogLevel()
985 verify(mIHostapdMockV12) in testSetLogLevel()
[all …]