Home
last modified time | relevance | path

Searched refs:AutoDataSwitchController (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DAutoDataSwitchControllerTest.java21 import static com.android.internal.telephony.data.AutoDataSwitchController.EVALUATION_REASON_DATA_S…
89 private AutoDataSwitchController.AutoDataSwitchControllerCallback mMockedPhoneSwitcherCallback;
97 private AutoDataSwitchController mAutoDataSwitchControllerUT;
108 mock(AutoDataSwitchController.AutoDataSwitchControllerCallback.class); in setUp()
184 mAutoDataSwitchControllerUT = new AutoDataSwitchController(mContext, Looper.myLooper(), in setUp()
187 replaceInstance(AutoDataSwitchController.class, "mAlarmManager", in setUp()
319 mAutoDataSwitchControllerUT = new AutoDataSwitchController(mContext, Looper.myLooper(), in testRoaming_roaming_but_roam_disabled()
441 mAutoDataSwitchControllerUT = new AutoDataSwitchController(mContext, Looper.myLooper(), in testOnNonDdsSwitchBackToPrimary()
551 mAutoDataSwitchControllerUT = new AutoDataSwitchController(mContext, Looper.myLooper(), in testStabilityCheckOverride_basic()
612 mAutoDataSwitchControllerUT = new AutoDataSwitchController(mContext, Looper.myLooper(), in testExemptPingTest()
DPhoneSwitcherTest.java33 import static com.android.internal.telephony.data.AutoDataSwitchController.EVALUATION_REASON_VOICE_…
139 private AutoDataSwitchController mAutoDataSwitchController;
154 private AutoDataSwitchController.AutoDataSwitchControllerCallback mAutoDataSwitchCallback;
181 mAutoDataSwitchController = mock(AutoDataSwitchController.class); in setUp()
1165 verify(mAutoDataSwitchController).evaluateAutoDataSwitch(AutoDataSwitchController in testRoamingToggle()
2061 mAutoDataSwitchCallback = (AutoDataSwitchController.AutoDataSwitchControllerCallback) in initialize()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DPhoneSwitcher.java317 @NonNull private final AutoDataSwitchController mAutoDataSwitchController;
319 @NonNull private final AutoDataSwitchController.AutoDataSwitchControllerCallback
535 AutoDataSwitchController in PhoneSwitcher()
561 mAutoDataSwitchCallback = new AutoDataSwitchController.AutoDataSwitchControllerCallback() { in PhoneSwitcher()
573 @AutoDataSwitchController.AutoDataSwitchEvaluationReason int reason) { in PhoneSwitcher()
579 AutoDataSwitchController.evaluationReasonToString(reason), in PhoneSwitcher()
588 mAutoDataSwitchController = new AutoDataSwitchController(context, looper, this, in PhoneSwitcher()
817 AutoDataSwitchController.EVALUATION_REASON_VOICE_CALL_END); in handleMessage()
921 AutoDataSwitchController.EVALUATION_REASON_SIM_LOADED); in handleMessage()
1010 AutoDataSwitchController in onMultiSimConfigChanged()
[all …]
DAutoDataSwitchController.java74 public class AutoDataSwitchController extends Handler { class
346 public AutoDataSwitchController(@NonNull Context context, @NonNull Looper looper,