Searched refs:mAutoDataSwitchController (Results 1 – 2 of 2) sorted by relevance
317 @NonNull private final AutoDataSwitchController mAutoDataSwitchController; field in PhoneSwitcher352 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 …]
139 private AutoDataSwitchController mAutoDataSwitchController; field in PhoneSwitcherTest181 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 …]