Searched refs:SupplicantDeathEventHandler (Results 1 – 4 of 4) sorted by relevance
53 import com.android.server.wifi.WifiNative.SupplicantDeathEventHandler;96 private ArgumentCaptor<SupplicantDeathEventHandler> mSupplicantDeathHandlerCaptor =97 ArgumentCaptor.forClass(SupplicantDeathEventHandler.class);
130 private @Mock WifiNative.SupplicantDeathEventHandler mSupplicantHalDeathHandler;
70 import com.android.server.wifi.WifiNative.SupplicantDeathEventHandler;129 private SupplicantDeathEventHandler mDeathEventHandler;524 public boolean registerDeathHandler(@NonNull SupplicantDeathEventHandler handler) { in registerDeathHandler()
598 private class SupplicantDeathHandlerInternal implements SupplicantDeathEventHandler {1631 public interface SupplicantDeathEventHandler { interface in WifiNative