Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiVendorHalTest.java675 ArgumentCaptor<InterfaceDestroyedListener> internalListenerCaptor = in testStaInterfaceDestroyedHandling() local
684 verify(mHalDeviceManager).createStaIface(internalListenerCaptor.capture(), in testStaInterfaceDestroyedHandling()
694 internalListenerCaptor.getValue().onDestroyed(TEST_IFACE_NAME); in testStaInterfaceDestroyedHandling()
707 ArgumentCaptor<InterfaceDestroyedListener> internalListenerCaptor = in testApInterfaceDestroyedHandling() local
718 internalListenerCaptor.capture(), eq(null), eq(TEST_WORKSOURCE), eq(false)); in testApInterfaceDestroyedHandling()
726 internalListenerCaptor.getValue().onDestroyed(TEST_IFACE_NAME); in testApInterfaceDestroyedHandling()