Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DHostapdHal.java74 private HashMap<String, WifiNative.SoftApListener> mSoftApListeners = new HashMap<>();
331 @NonNull WifiNative.SoftApListener listener) { in addAccessPoint()
707 WifiNative.SoftApListener listener = mSoftApListeners.get(ifaceName); in onFailure()
DWificondControl.java42 import com.android.server.wifi.WifiNative.SoftApListener;
169 private SoftApListener mSoftApListener;
171 ApInterfaceEventCallback(SoftApListener listener) { in ApInterfaceEventCallback()
847 public boolean registerApListener(@NonNull String ifaceName, SoftApListener listener) { in registerApListener()
DSoftApManager.java48 import com.android.server.wifi.WifiNative.SoftApListener;
108 private final SoftApListener mSoftApListener = new SoftApListener() {
DWifiNative.java1519 public interface SoftApListener { interface in WifiNative
1578 @NonNull String ifaceName, WifiConfiguration config, SoftApListener listener) { in startSoftAp()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSoftApManagerTest.java122 final ArgumentCaptor<WifiNative.SoftApListener> mSoftApListenerCaptor =
123 ArgumentCaptor.forClass(WifiNative.SoftApListener.class);
DHostapdHalTest.java65 private @Mock WifiNative.SoftApListener mSoftApListener;
DWificondControlTest.java102 @Mock private WifiNative.SoftApListener mSoftApListener;
DWifiNativeInterfaceManagementTest.java793 mock(WifiNative.SoftApListener.class))); in testStartSoftApAndHostapdDied()