Searched refs:enableModemForSlot (Results 1 – 6 of 6) sorted by relevance
242 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()
695 return mSubscriptionBoundTelephonyManager.enableModemForSlot(phoneId, enable); in enableModem()897 if (!hasActiveOpptProfile) mTelephonyManager.enableModemForSlot(i, true); in enableModemStackForNonOpportunisticSlots()
2092 boolean enableModemForSlot(int slotIndex, boolean enable); in enableModemForSlot() method
13631 public boolean enableModemForSlot(int slotIndex, boolean enable) { in enableModemForSlot() method in TelephonyManager13636 ret = telephony.enableModemForSlot(slotIndex, enable); in enableModemForSlot()
9257 public boolean enableModemForSlot(int slotIndex, boolean enable) { in enableModemForSlot() method in PhoneInterfaceManager
11972 …ion(android.Manifest.permission.MODIFY_PHONE_STATE) public boolean enableModemForSlot(int, boolean…