Searched refs:onConnectionStart (Results 1 – 6 of 6) sorted by relevance
226 mClientModeImplListenerCaptor.getValue().onConnectionStart(mClientModeManager); in useDefaultCountryCode()242 mClientModeImplListenerCaptor.getValue().onConnectionStart(mClientModeManager); in useTelephonyCountryCodeOnBootup()258 mClientModeImplListenerCaptor.getValue().onConnectionStart(mClientModeManager); in useTelephonyCountryCodeOnChange()281 mClientModeImplListenerCaptor.getValue().onConnectionStart(mClientModeManager); in telephonyCountryCodeChangeAfterSupplicantStarts()306 mClientModeImplListenerCaptor.getValue().onConnectionStart(mClientModeManager); in telephonyCountryCodeChangeAfterSupplicantStop()334 mClientModeImplListenerCaptor.getValue().onConnectionStart(mClientModeManager); in telephonyCountryCodeChangeAfterL2Connected()393 mClientModeImplListenerCaptor.getValue().onConnectionStart(mClientModeManager); in telephonyCountryCodeChangeAfterL2ConnectedOnTwoClientModeManager()405 mClientModeImplListenerCaptor.getValue().onConnectionStart(secondaryClientModeManager); in telephonyCountryCodeChangeAfterL2ConnectedOnTwoClientModeManager()571 mClientModeImplListenerCaptor.getValue().onConnectionStart(mClientModeManager); in testDriverCountryCodeUpdateWhenOverlayisTrue()589 mClientModeImplListenerCaptor.getValue().onConnectionStart(mClientModeManager); in testCountryCodeChangedWillNotifyExternalListener()[all …]
1033 verify(mCmiMonitor).onConnectionStart(mClientModeManager); in validateSuccessfulConnectSequence()
69 public void onConnectionStart(@NonNull ConcreteClientModeManager clientModeManager) { in onConnectionStart() method in ClientModeImplMonitor71 listener.onConnectionStart(clientModeManager); in onConnectionStart()
54 default void onConnectionStart(@NonNull ConcreteClientModeManager clientModeManager) {} in onConnectionStart() method
152 public void onConnectionStart(@NonNull ConcreteClientModeManager clientModeManager) { in onConnectionStart() method in WifiCountryCode.ClientModeListenerInternal
5602 mCmiMonitor.onConnectionStart(mClientModeManager); in enterImpl()