Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DHostapdHal.java44 import com.android.server.wifi.WifiNative.SoftApListener;
80 private SoftApListener mSoftApEventListener;
382 @NonNull SoftApListener listener) { in registerApCallback()
H A DSoftApManager.java55 import com.android.server.wifi.WifiNative.SoftApListener;
195 private final SoftApListener mSoftApListener = new SoftApListener() {
H A DWifiNative.java145 private SoftApListener mSoftApListener;
148 SoftApListener softApListener) { in SoftApListenerFromWificond()
198 public interface SoftApListener { interface in WifiNative
1941 SoftApListener listener) {
H A DActiveModeWarden.java921 new SoftApListener(), callback, softApConfig, requestorWs, in startSoftApModeManager()
1178 private class SoftApListener implements ActiveModeManager.Listener<SoftApManager> { class in ActiveModeWarden
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DSoftApManagerTest.java185 final ArgumentCaptor<WifiNative.SoftApListener> mSoftApListenerCaptor =
186 ArgumentCaptor.forClass(WifiNative.SoftApListener.class);
241 any(WifiNative.SoftApListener.class))).thenReturn(true); in setUp()
657 any(WifiNative.SoftApListener.class))).thenReturn(false); in startSoftApApInterfaceFailedToStart()
H A DWifiNativeInterfaceManagementTest.java832 true, mock(WifiNative.SoftApListener.class))); in testStartSoftApAndHostapdDied()
859 true, mock(WifiNative.SoftApListener.class))); in testStartSoftApWithWifiCondCallbackAndHostapdDied()
H A DHostapdHalTest.java81 private @Mock WifiNative.SoftApListener mSoftApListener;