Home
last modified time | relevance | path

Searched refs:softApListener (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNative.java148 SoftApListener softApListener) { in SoftApListenerFromWificond() argument
150 mSoftApListener = softApListener; in SoftApListenerFromWificond()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DActiveModeWardenTest.java929 Mutable<Listener<SoftApManager>> softApListener = in testStartSoftApModeTwiceWithTwoConfigs() local
934 softApListener.value = (Listener<SoftApManager>) args[0]; in testStartSoftApModeTwiceWithTwoConfigs()
946 softApListener.value.onStarted(softapManager); in testStartSoftApModeTwiceWithTwoConfigs()