Home
last modified time | relevance | path

Searched refs:SupplicantDeathEventHandler (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiNativeInterfaceManagementTest.java53 import com.android.server.wifi.WifiNative.SupplicantDeathEventHandler;
96 private ArgumentCaptor<SupplicantDeathEventHandler> mSupplicantDeathHandlerCaptor =
97 ArgumentCaptor.forClass(SupplicantDeathEventHandler.class);
DSupplicantStaIfaceHalTest.java130 private @Mock WifiNative.SupplicantDeathEventHandler mSupplicantHalDeathHandler;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceHal.java70 import com.android.server.wifi.WifiNative.SupplicantDeathEventHandler;
129 private SupplicantDeathEventHandler mDeathEventHandler;
524 public boolean registerDeathHandler(@NonNull SupplicantDeathEventHandler handler) { in registerDeathHandler()
DWifiNative.java598 private class SupplicantDeathHandlerInternal implements SupplicantDeathEventHandler {
1631 public interface SupplicantDeathEventHandler { interface in WifiNative