Searched refs:onSecurityParamsUpdate (Results 1 – 4 of 4) sorted by relevance
202 default void onSecurityParamsUpdate(@NonNull WifiConfiguration oldConfig, in onSecurityParamsUpdate() method4204 listener.onSecurityParamsUpdate(copy, config.getSecurityParamsList());
196 public void onSecurityParamsUpdate(@NonNull WifiConfiguration configuration, in onSecurityParamsUpdate() method in WifiNetworkSuggestionsManager.OnNetworkUpdateListener
5450 mNetworkListenerCaptor.getValue().onSecurityParamsUpdate(networkSuggestion in testOnNetworkConnectionSuccessWithMatchAndNetworkTransitionDisable()5452 mNetworkListenerCaptor.getValue().onSecurityParamsUpdate(null, Collections.EMPTY_LIST); in testOnNetworkConnectionSuccessWithMatchAndNetworkTransitionDisable()5471 mNetworkListenerCaptor.getValue().onSecurityParamsUpdate(connectNetwork, in testOnNetworkConnectionSuccessWithMatchAndNetworkTransitionDisable()
7270 verify(mListener).onSecurityParamsUpdate(any(), eq(configAfter.getSecurityParamsList())); in verifyTransitionDisableIndicationForSecurityType()