Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWificondControlTest.java919 final ArgumentCaptor<IApInterfaceEventCallback> apInterfaceCallbackCaptor = in testSoftApListenerInvocation() local
924 verify(mApInterface).registerCallback(apInterfaceCallbackCaptor.capture()); in testSoftApListenerInvocation()
927 apInterfaceCallbackCaptor.getValue().onConnectedClientsChanged(testClients); in testSoftApListenerInvocation()
932 apInterfaceCallbackCaptor.getValue().onSoftApChannelSwitched(channelFrequency, in testSoftApListenerInvocation()