Home
last modified time | relevance | path

Searched refs:enableModemForSlot (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/
H A DONSProfileSelectorTest.java242 doReturn(true).when(mSubscriptionBoundTelephonyManager).enableModemForSlot( in testStartProfileSelectionSuccess()
329 doReturn(true).when(mSubscriptionBoundTelephonyManager).enableModemForSlot( in testStartProfileSelectionWithDifferentPrioritySubInfo()
605 doReturn(true).when(mSubscriptionBoundTelephonyManager).enableModemForSlot( in testStartProfileSelectionSuccessWithSameArgumentsAgain()
642 doReturn(true).when(mSubscriptionBoundTelephonyManager).enableModemForSlot( in testStartProfileSelectionSuccessWithSameArgumentsAgain()
691 doReturn(true).when(mSubscriptionBoundTelephonyManager).enableModemForSlot( in testStopProfileSelectionWithPreferredDataOnSame()
740 doReturn(true).when(mSubscriptionBoundTelephonyManager).enableModemForSlot( in testStopProfileSelectionWithPreferredDataOnDifferent()
/aosp12/packages/services/AlternativeNetworkAccess/src/com/android/ons/
H A DONSProfileSelector.java695 return mSubscriptionBoundTelephonyManager.enableModemForSlot(phoneId, enable); in enableModem()
897 if (!hasActiveOpptProfile) mTelephonyManager.enableModemForSlot(i, true); in enableModemStackForNonOpportunisticSlots()
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl2092 boolean enableModemForSlot(int slotIndex, boolean enable); in enableModemForSlot() method
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java13631 public boolean enableModemForSlot(int slotIndex, boolean enable) { in enableModemForSlot() method in TelephonyManager
13636 ret = telephony.enableModemForSlot(slotIndex, enable); in enableModemForSlot()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java9257 public boolean enableModemForSlot(int slotIndex, boolean enable) { in enableModemForSlot() method in PhoneInterfaceManager
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt11972 …ion(android.Manifest.permission.MODIFY_PHONE_STATE) public boolean enableModemForSlot(int, boolean…