Searched defs:mISupplicantStaIfaceMock (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DSupplicantStaIfaceHalTest.java102 @Mock ISupplicantStaIface mISupplicantStaIfaceMock; field in class:SupplicantStaIfaceHalTest
140 return mISupplicantStaIfaceMock;
168 when(mISupplicantStaIfaceMock.linkToDeath(any(IHwBinder.DeathRecipient.class),
229 }).when(mISupplicantStaIfaceMock)
248 }).when(mISupplicantStaIfaceMock)
282 }).when(mISupplicantStaIfaceMock)
288 }).when(mISupplicantStaIfaceMock).removeNetwork(eq(toRemoveNetworkId));
314 }).when(mISupplicantStaIfaceMock)
353 }).when(mISupplicantStaIfaceMock)
371 }).when(mISupplicantStaIfaceMock)
[all...]

Completed in 342 milliseconds