Searched refs:enableModemForSlot (Results 1 – 3 of 3) sorted by relevance
274 doReturn(true).when(mSubscriptionBoundTelephonyManager).enableModemForSlot( in testStartProfileSelectionSuccess()364 doReturn(true).when(mSubscriptionBoundTelephonyManager).enableModemForSlot( in testStartProfileSelectionWithDifferentPrioritySubInfo()444 doReturn(true).when(mSubscriptionBoundTelephonyManager).enableModemForSlot( in testStartProfileSelectionWithActivePrimarySimOnESim()672 doReturn(true).when(mSubscriptionBoundTelephonyManager).enableModemForSlot( in testStartProfileSelectionSuccessWithSameArgumentsAgain()709 doReturn(true).when(mSubscriptionBoundTelephonyManager).enableModemForSlot( in testStartProfileSelectionSuccessWithSameArgumentsAgain()758 doReturn(true).when(mSubscriptionBoundTelephonyManager).enableModemForSlot( in testStopProfileSelectionWithPreferredDataOnSame()807 doReturn(true).when(mSubscriptionBoundTelephonyManager).enableModemForSlot( in testStopProfileSelectionWithPreferredDataOnDifferent()
703 return mSubscriptionBoundTelephonyManager.enableModemForSlot(phoneId, enable); in enableModem()857 if (!hasActiveOpptProfile) mTelephonyManager.enableModemForSlot(i, true); in enableModemStackForNonOpportunisticSlots()
10699 public boolean enableModemForSlot(int slotIndex, boolean enable) { in enableModemForSlot() method in PhoneInterfaceManager