Home
last modified time | relevance | path

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

/aosp14/frameworks/base/wifi/tests/src/android/net/wifi/nl80211/
H A DWifiNl80211ManagerTest.java89 private IClientInterface mClientInterface; field in WifiNl80211ManagerTest
296 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 …]
/aosp14/frameworks/base/core/java/android/service/translation/
H A DTranslationService.java165 private final ITranslationDirectManager mClientInterface = field in TranslationService
350 extras.putBinder(EXTRA_SERVICE_BINDER, mClientInterface.asBinder()); in handleOnCreateTranslationSession()