Searched refs:mSoftApListener (Results 1 – 2 of 2) sorted by relevance
490 private SoftApCallback mSoftApListener; field in WifiNl80211Manager.ApInterfaceEventCallback494 mSoftApListener = listener; in ApInterfaceEventCallback()507 () -> mSoftApListener.onConnectedClientsChanged(client, isConnected)); in onConnectedClientsChanged()517 mExecutor.execute(() -> mSoftApListener.onSoftApChannelSwitched(frequency, in onSoftApChannelSwitched()
92 private WifiNl80211Manager.SoftApCallback mSoftApListener; field in WifiNl80211ManagerTest364 TEST_INTERFACE_NAME, Runnable::run, mSoftApListener)); in testTeardownSoftApInterfaceClearsHandles()757 TEST_INTERFACE_NAME, Runnable::run, mSoftApListener)); in testSoftApListenerInvocation()762 verify(mSoftApListener).onConnectedClientsChanged(eq(testClient), eq(true)); in testSoftApListenerInvocation()768 verify(mSoftApListener).onSoftApChannelSwitched(eq(channelFrequency), in testSoftApListenerInvocation()