Searched refs:SoftApListener (Results 1 – 7 of 7) sorted by relevance
44 import com.android.server.wifi.WifiNative.SoftApListener;80 private SoftApListener mSoftApEventListener;382 @NonNull SoftApListener listener) { in registerApCallback()
55 import com.android.server.wifi.WifiNative.SoftApListener;195 private final SoftApListener mSoftApListener = new SoftApListener() {
145 private SoftApListener mSoftApListener;148 SoftApListener softApListener) { in SoftApListenerFromWificond()198 public interface SoftApListener { interface in WifiNative1941 SoftApListener listener) {
921 new SoftApListener(), callback, softApConfig, requestorWs, in startSoftApModeManager()1178 private class SoftApListener implements ActiveModeManager.Listener<SoftApManager> { class in ActiveModeWarden
185 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()
832 true, mock(WifiNative.SoftApListener.class))); in testStartSoftApAndHostapdDied()859 true, mock(WifiNative.SoftApListener.class))); in testStartSoftApWithWifiCondCallbackAndHostapdDied()
81 private @Mock WifiNative.SoftApListener mSoftApListener;