Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaIfaceHalTest.java139 private @Mock ISupplicant mISupplicantMock; field in SupplicantStaIfaceHalTest
211 return mISupplicantMock; in getSupplicantMockable()
288 when(mISupplicantMock.linkToDeath(any(IHwBinder.DeathRecipient.class), in setUp()
473 verifyNoMoreInteractions(mISupplicantMock); in testInvalidTeardownInterfaceV1_1_Fails()
1612 when(mISupplicantMock.setDebugParams(anyInt(), anyBoolean(), anyBoolean())) in testSetLogLevel()
1622 verify(mISupplicantMock) in testSetLogLevel()
1633 when(mISupplicantMock.setDebugParams(anyInt(), anyBoolean(), anyBoolean())) in testSetLogLevelWithShowKeyEnabled()
1640 verify(mISupplicantMock) in testSetLogLevelWithShowKeyEnabled()
1651 when(mISupplicantMock.setDebugParams(anyInt(), anyBoolean(), anyBoolean())) in testVerboseLoggingDisabledWithShowKeyEnabled()
1658 verify(mISupplicantMock) in testVerboseLoggingDisabledWithShowKeyEnabled()
[all …]
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHalTest.java81 private @Mock ISupplicant mISupplicantMock; field in SupplicantP2pIfaceHalTest
169 return mISupplicantMock; in getSupplicantMockable()
213 when(mISupplicantMock.linkToDeath(any(IHwBinder.DeathRecipient.class), in setUp()
323 verifyNoMoreInteractions(mISupplicantMock); in testInvalidTeardownInterfaceV1_1_Fails()
337 }).when(mISupplicantMock).linkToDeath(any(IHwBinder.DeathRecipient.class), in testMisorderSupplicantDeathHandlingV1_1()
2784 .when(mISupplicantMock).listInterfaces(any(ISupplicant.listInterfacesCallback.class)); in executeAndValidateInitializationSequence()
2788 .when(mISupplicantMock).getInterface(any(ISupplicant.IfaceInfo.class), in executeAndValidateInitializationSequence()
2792 .when(mISupplicantMock).getInterface(any(ISupplicant.IfaceInfo.class), in executeAndValidateInitializationSequence()
2796 mInOrder = inOrder(mServiceManagerMock, mISupplicantMock, mISupplicantP2pIfaceMock); in executeAndValidateInitializationSequence()
2806 mInOrder.verify(mISupplicantMock).linkToDeath( in executeAndValidateInitializationSequence()
[all …]