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;134 private SupplicantDeathEventHandler mDeathEventHandler;530 public boolean registerDeathHandler(@NonNull SupplicantDeathEventHandler handler) { in registerDeathHandler()
599 private class SupplicantDeathHandlerInternal implements SupplicantDeathEventHandler {1632 public interface SupplicantDeathEventHandler { interface in WifiNative