Home
last modified time | relevance | path

Searched refs:mAutoDataSwitchController (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DPhoneSwitcher.java317 @NonNull private final AutoDataSwitchController mAutoDataSwitchController; field in PhoneSwitcher
352 mAutoDataSwitchController.updateDefaultNetworkCapabilities(networkCapabilities); in onCapabilitiesChanged()
357 mAutoDataSwitchController.updateDefaultNetworkCapabilities(null); in onLost()
534 PhoneSwitcher.this.mAutoDataSwitchController.evaluateAutoDataSwitch( in PhoneSwitcher()
588 mAutoDataSwitchController = new AutoDataSwitchController(context, looper, this, in PhoneSwitcher()
816 mAutoDataSwitchController.evaluateAutoDataSwitch( in handleMessage()
920 mAutoDataSwitchController.evaluateAutoDataSwitch( in handleMessage()
1009 PhoneSwitcher.this.mAutoDataSwitchController.evaluateAutoDataSwitch( in onMultiSimConfigChanged()
1025 mAutoDataSwitchController.onMultiSimConfigChanged(activeModemCount); in onMultiSimConfigChanged()
1040 mAutoDataSwitchController.evaluateAutoDataSwitch(AutoDataSwitchController in onDataEnabledChanged()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DPhoneSwitcherTest.java139 private AutoDataSwitchController mAutoDataSwitchController; field in PhoneSwitcherTest
181 mAutoDataSwitchController = mock(AutoDataSwitchController.class); in setUp()
282 clearInvocations(mAutoDataSwitchController); in testRegister()
289 verify(mAutoDataSwitchController).notifySubscriptionsMappingChanged(); in testRegister()
306 clearInvocations(mAutoDataSwitchController); in testRegister()
309 verify(mAutoDataSwitchController).notifySubscriptionsMappingChanged(); in testRegister()
424 verify(mAutoDataSwitchController).evaluateRetryOnValidationFailed(); in testAutoDataSwitch_retry()
432 verify(mAutoDataSwitchController).resetFailedCount(); in testAutoDataSwitch_retry()
448 verify(mAutoDataSwitchController, never()).displayAutoDataSwitchNotification( in testAutoDataSwitch_setNotification()
455 verify(mAutoDataSwitchController).displayAutoDataSwitchNotification(1/*phoneId*/, false); in testAutoDataSwitch_setNotification()
[all …]