Searched refs:SoftApListener (Results 1 – 8 of 8) sorted by relevance
46 import com.android.server.wifi.WifiNative.SoftApListener;101 private final SoftApListener mSoftApListener = new SoftApListener() {
66 private HashMap<String, WifiNative.SoftApListener> mSoftApListeners = new HashMap<>();307 @NonNull WifiNative.SoftApListener listener) { in addAccessPoint()657 WifiNative.SoftApListener listener = mSoftApListeners.get(ifaceName); in onFailure()
42 import com.android.server.wifi.WifiNative.SoftApListener;179 private SoftApListener mSoftApListener;181 ApInterfaceEventCallback(SoftApListener listener) { in ApInterfaceEventCallback()850 public boolean registerApListener(@NonNull String ifaceName, SoftApListener listener) { in registerApListener()
1518 public interface SoftApListener { interface in WifiNative1577 @NonNull String ifaceName, WifiConfiguration config, SoftApListener listener) { in startSoftAp()
94 final ArgumentCaptor<WifiNative.SoftApListener> mSoftApListenerCaptor =95 ArgumentCaptor.forClass(WifiNative.SoftApListener.class);
65 private @Mock WifiNative.SoftApListener mSoftApListener;
101 @Mock private WifiNative.SoftApListener mSoftApListener;
793 mock(WifiNative.SoftApListener.class))); in testStartSoftApAndHostapdDied()