Home
last modified time | relevance | path

Searched refs:getResolvedPortIndexForSubscriptionSwitch (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccControllerTest.java1182 mController.getResolvedPortIndexForSubscriptionSwitch(CARD_ID)); in testGetResolvedPortIndexForSubscriptionSwitchWithOutMEP()
1192 assertEquals(1, mController.getResolvedPortIndexForSubscriptionSwitch(CARD_ID)); in testGetResolvedPortIndexForSubscriptionSwitchWithMEP()
1198 mController.getResolvedPortIndexForSubscriptionSwitch(CARD_ID)); in testGetResolvedPortIndexForSubscriptionSwitchWithUiccSlotNull()
1210 mController.getResolvedPortIndexForSubscriptionSwitch(CARD_ID)); in testGetResolvedPortIndexForSubscriptionSwitchWithPsimActiveAndSS()
1221 mController.getResolvedPortIndexForSubscriptionSwitch(CARD_ID)); in testGetResolvedPortIndexForSubscriptionSwitchWithPsimInActiveAndSS()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccController.java656 getResolvedPortIndexForSubscriptionSwitch(cardId) in downloadSubscription()
1237 getResolvedPortIndexForSubscriptionSwitch(cardId) in switchToSubscription()
1301 public int getResolvedPortIndexForSubscriptionSwitch(int cardId) { in getResolvedPortIndexForSubscriptionSwitch() method in EuiccController