Searched refs:SoftApListener (Results 1 – 8 of 8) sorted by relevance
74 private HashMap<String, WifiNative.SoftApListener> mSoftApListeners = new HashMap<>();331 @NonNull WifiNative.SoftApListener listener) { in addAccessPoint()707 WifiNative.SoftApListener listener = mSoftApListeners.get(ifaceName); in onFailure()
42 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()
48 import com.android.server.wifi.WifiNative.SoftApListener;108 private final SoftApListener mSoftApListener = new SoftApListener() {
1519 public interface SoftApListener { interface in WifiNative1578 @NonNull String ifaceName, WifiConfiguration config, SoftApListener listener) { in startSoftAp()
122 final ArgumentCaptor<WifiNative.SoftApListener> mSoftApListenerCaptor =123 ArgumentCaptor.forClass(WifiNative.SoftApListener.class);
65 private @Mock WifiNative.SoftApListener mSoftApListener;
102 @Mock private WifiNative.SoftApListener mSoftApListener;
793 mock(WifiNative.SoftApListener.class))); in testStartSoftApAndHostapdDied()