Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DPhoneSwitcherTest.java154 private AutoDataSwitchController.AutoDataSwitchControllerCallback mAutoDataSwitchCallback; field in PhoneSwitcherTest
415 mAutoDataSwitchCallback.onRequireValidation(1/*Phone2*/, true); in testAutoDataSwitch_retry()
427 mAutoDataSwitchCallback.onRequireValidation(1/*Phone2*/, true); in testAutoDataSwitch_retry()
458 mAutoDataSwitchCallback.onRequireValidation(1/*Phone2*/, false); in testAutoDataSwitch_setNotification()
479 mAutoDataSwitchCallback.onRequireValidation(1/*Phone2*/, false); in testAutoDataSwitch_exemptPingTest()
1095 mAutoDataSwitchCallback.onRequireValidation(1 /*Phone2*/, true); in testNonDefaultDataPhoneInCall()
2061 mAutoDataSwitchCallback = (AutoDataSwitchController.AutoDataSwitchControllerCallback) in initialize()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DPhoneSwitcher.java320 mAutoDataSwitchCallback; field in PhoneSwitcher
561 mAutoDataSwitchCallback = new AutoDataSwitchController.AutoDataSwitchControllerCallback() { in PhoneSwitcher()
589 mFlags, mAutoDataSwitchCallback); in PhoneSwitcher()