Searched refs:getCardId (Results 1 – 17 of 17) sorted by relevance
122 .mapToInt(SubscriptionInfo::getCardId) in getEidPerSlot()137 int cardId = cardInfo.getCardId(); in getEidPerSlot()143 eid = euiccMgr.createForCardId(cardInfo.getCardId()).getEid(); in getEidPerSlot()
144 doReturn(1).when(mMockSubscriptionInfo1).getCardId(); in testActivateSubscription()148 doReturn(2).when(mMockSubscriptionInfo2).getCardId(); in testActivateSubscription()177 doReturn(1).when(mMockSubscriptionInfo1).getCardId(); in testdeleteInactiveOpportunisticSubscriptionsWithSavedOppSubs()181 doReturn(2).when(mMockSubscriptionInfo2).getCardId(); in testdeleteInactiveOpportunisticSubscriptionsWithSavedOppSubs()
723 doReturn(TEST_SUB_ID).when(mMockSubInfo).getCardId(); in testDownloadRequestWithPrimaryESim()
58 String cardId = slotInfo.getCardId(); in getAvailableSubscriptions()74 && info.getCardString().equals(slotInfo.getCardId())) { in getAvailableSubscriptions()
216 if (uiccCardInfo.getCardId() == subInfo.getCardId() in getEsimSlotId()217 && uiccCardInfo.getCardId() > TelephonyManager.UNSUPPORTED_CARD_ID in getEsimSlotId()
705 || cardInfo.getCardId() == TelephonyManager.UNSUPPORTED_CARD_ID) {710 Log.i(TAG, "Target removable cardId :" + cardInfo.getCardId());713 if (cardInfo.getCardId() == subInfo.getCardId()) {
251 mSelectedCardId = card.getCardId(); in onCardSelected()378 public String getCardId() { in getCardId() method in WalletPanelViewController.QAWalletCardViewInfo379 return mWalletCard.getCardId(); in getCardId()
24 String getCardId(); in getCardId() method
428 return mData.get(position).getCardId().hashCode(); in getItemId()
168 EuiccManager euiccManager = mEuiccManager.createForCardId(subInfo.getCardId()); in activateSubscription()257 EuiccManager euiccManager = mEuiccManager.createForCardId(subInfo.getCardId()); in deleteSubscription()
282 EuiccManager euiccManager = mEuiccManager.createForCardId(primarySubInfo.getCardId()); in downloadProfile()
383 EuiccManager euiccManager = mEuiccManager.createForCardId(subInfo.getCardId()); in switchToSubscription()412 EuiccManager euiccManager = mEuiccManager.createForCardId(uiccCardInfo.getCardId()); in getAvailableESIMPortIndex()
498 EuiccManager euiccManager = mEuiccManager.createForCardId(uiccCardInfo.getCardId()); in isESIMSupported()
88 int cardId = mSubInfo.getCardId(); in SubscriptionAnnotation()
139 if (!TextUtils.isEmpty(slotInfo.getCardId()) in isSimSlotStateValid()
543 assertThat(selectRequests.get(0).getCardId()).isEqualTo("c1"); in onCardSelected_selectsCardWithClient()545 assertThat(selectRequests.get(1).getCardId()).isEqualTo("c2"); in onCardSelected_selectsCardWithClient()
10014 cardInfo.getCardId(), in getUiccCardsInfo()10041 cardInfo.getCardId(), in getUiccCardInfoUnPrivileged()10101 cardId = card.getCardId(); in getUiccSlotsInfo()