Searched refs:enableModemForSlot (Results 1 – 3 of 3) 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()
9081 public boolean enableModemForSlot(int slotIndex, boolean enable) { in enableModemForSlot() method in PhoneInterfaceManager