Searched refs:enableModemForSlot (Results 1 – 3 of 3) sorted by relevance
215 doReturn(true).when(mSubscriptionBoundTelephonyManager).enableModemForSlot( in testStartProfileSelectionSuccess()300 doReturn(true).when(mSubscriptionBoundTelephonyManager).enableModemForSlot( in testStartProfileSelectionWithDifferentPrioritySubInfo()569 doReturn(true).when(mSubscriptionBoundTelephonyManager).enableModemForSlot( in testStartProfileSelectionSuccessWithSameArgumentsAgain()606 doReturn(true).when(mSubscriptionBoundTelephonyManager).enableModemForSlot( in testStartProfileSelectionSuccessWithSameArgumentsAgain()654 doReturn(true).when(mSubscriptionBoundTelephonyManager).enableModemForSlot( in testStopProfileSelectionWithPreferredDataOnSame()702 doReturn(true).when(mSubscriptionBoundTelephonyManager).enableModemForSlot( in testStopProfileSelectionWithPreferredDataOnDifferent()
693 return mSubscriptionBoundTelephonyManager.enableModemForSlot(phoneId, enable); in enableModem()886 if (!hasActiveOpptProfile) mTelephonyManager.enableModemForSlot(i, true); in enableModemStackForNonOpportunisticSlots()
7973 public boolean enableModemForSlot(int slotIndex, boolean enable) { in enableModemForSlot() method in PhoneInterfaceManager