Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/src/android/net/wifi/nl80211/
DWifiNl80211Manager.java490 private SoftApCallback mSoftApListener; field in WifiNl80211Manager.ApInterfaceEventCallback
494 mSoftApListener = listener; in ApInterfaceEventCallback()
507 () -> mSoftApListener.onConnectedClientsChanged(client, isConnected)); in onConnectedClientsChanged()
517 mExecutor.execute(() -> mSoftApListener.onSoftApChannelSwitched(frequency, in onSoftApChannelSwitched()
/frameworks/base/wifi/tests/src/android/net/wifi/nl80211/
DWifiNl80211ManagerTest.java92 private WifiNl80211Manager.SoftApCallback mSoftApListener; field in WifiNl80211ManagerTest
364 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()