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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiNativeInterfaceManagementTest.java50 import com.android.server.wifi.WifiNative.SupplicantDeathEventHandler;
92 private ArgumentCaptor<SupplicantDeathEventHandler> mSupplicantDeathHandlerCaptor =
93 ArgumentCaptor.forClass(SupplicantDeathEventHandler.class);
H A DSupplicantStaIfaceHalTest.java105 private @Mock WifiNative.SupplicantDeathEventHandler mSupplicantHalDeathHandler;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSupplicantStaIfaceHal.java57 import com.android.server.wifi.WifiNative.SupplicantDeathEventHandler;
108 private SupplicantDeathEventHandler mDeathEventHandler;
452 public boolean registerDeathHandler(@NonNull SupplicantDeathEventHandler handler) {
H A DWifiNative.java521 private class SupplicantDeathHandlerInternal implements SupplicantDeathEventHandler {
1320 public interface SupplicantDeathEventHandler { interface in class:WifiNative

Completed in 601 milliseconds