Searched refs:apInterfaceCallbackCaptor (Results 1 – 1 of 1) sorted by relevance
919 final ArgumentCaptor<IApInterfaceEventCallback> apInterfaceCallbackCaptor = in testSoftApListenerInvocation() local924 verify(mApInterface).registerCallback(apInterfaceCallbackCaptor.capture()); in testSoftApListenerInvocation()927 apInterfaceCallbackCaptor.getValue().onConnectedClientsChanged(testClients); in testSoftApListenerInvocation()932 apInterfaceCallbackCaptor.getValue().onSoftApChannelSwitched(channelFrequency, in testSoftApListenerInvocation()