Searched refs:mClientInterface (Results 1 – 2 of 2) sorted by relevance
89 private IClientInterface mClientInterface; field in WifiNl80211ManagerTest296 verify(mClientInterface, never()).signalPoll(); in testTeardownClientInterfaceClearsHandles()453 verify(mClientInterface).signalPoll(); in testSignalPoll()484 verify(mClientInterface).getPacketCounters(); in testGetTxPacketCounters()893 verify(mClientInterface, times(1)) in testSendMgmtFrameCalledTwiceBeforeFinished()901 verify(mClientInterface, times(1)) in testSendMgmtFrameCalledTwiceBeforeFinished()952 doNothing().when(mClientInterface) in testSendMgmtFrameSuccess()986 doNothing().when(mClientInterface) in testSendMgmtFrameFailure()1021 doNothing().when(mClientInterface) in testSendMgmtFrameTimeout()1088 doNothing().when(mClientInterface) in testSendMgmtFrameTimeoutAckThreadSafe()[all …]
165 private final ITranslationDirectManager mClientInterface = field in TranslationService350 extras.putBinder(EXTRA_SERVICE_BINDER, mClientInterface.asBinder()); in handleOnCreateTranslationSession()