Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/phone/
DPhoneInterfaceManagerTest.java493 mPhoneInterfaceManager.toggleRadioOnOffForSubscriber(1); in testWithTelephonyFeatureAndCompatChanges()
520 () -> mPhoneInterfaceManager.toggleRadioOnOffForSubscriber(1)); in testWithoutTelephonyFeatureAndCompatChanges()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java2950 toggleRadioOnOffForSubscriber(getDefaultSubscription()); in toggleRadioOnOff()
2953 public void toggleRadioOnOffForSubscriber(int subId) { in toggleRadioOnOffForSubscriber() method in PhoneInterfaceManager
2984 toggleRadioOnOffForSubscriber(subId); in setRadioForSubscriber()