Home
last modified time | relevance | path

Searched refs:getCardId (Results 1 – 18 of 18) sorted by relevance

/packages/apps/Settings/src/com/android/settings/deviceinfo/simstatus/
DEidStatus.java122 .mapToInt(SubscriptionInfo::getCardId) in getEidPerSlot()
137 int cardId = cardInfo.getCardId(); in getEidPerSlot()
143 eid = euiccMgr.createForCardId(cardInfo.getCardId()).getEid(); in getEidPerSlot()
/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/
DONSProfileConfiguratorTest.java143 doReturn(1).when(mMockSubscriptionInfo1).getCardId(); in testActivateSubscription()
147 doReturn(2).when(mMockSubscriptionInfo2).getCardId(); in testActivateSubscription()
176 doReturn(1).when(mMockSubscriptionInfo1).getCardId(); in testdeleteInactiveOpportunisticSubscriptionsWithSavedOppSubs()
180 doReturn(2).when(mMockSubscriptionInfo2).getCardId(); in testdeleteInactiveOpportunisticSubscriptionsWithSavedOppSubs()
DONSProfileDownloaderTest.java725 doReturn(TEST_SUB_ID).when(mMockSubInfo).getCardId(); in testDownloadRequestWithPrimaryESim()
/packages/apps/Car/Settings/src/com/android/car/settings/network/
DSubscriptionUtils.java58 String cardId = slotInfo.getCardId(); in getAvailableSubscriptions()
74 && info.getCardString().equals(slotInfo.getCardId())) { in getAvailableSubscriptions()
/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
DWalletPanelViewController.java251 mSelectedCardId = card.getCardId(); in onCardSelected()
378 public String getCardId() { in getCardId() method in WalletPanelViewController.QAWalletCardViewInfo
379 return mWalletCard.getCardId(); in getCardId()
DWalletCardViewInfo.java24 String getCardId(); in getCardId() method
DWalletCardCarousel.java428 return mData.get(position).getCardId().hashCode(); in getItemId()
/packages/apps/Settings/src/com/android/settings/network/
DUiccSlotUtil.java231 if (uiccCardInfo.getCardId() == subInfo.getCardId() in getEsimSlotId()
232 && uiccCardInfo.getCardId() > TelephonyManager.UNSUPPORTED_CARD_ID in getEsimSlotId()
DSubscriptionUtil.java699 || cardInfo.getCardId() == TelephonyManager.UNSUPPORTED_CARD_ID) {
704 Log.i(TAG, "Target removable cardId :" + cardInfo.getCardId());
707 if (cardInfo.getCardId() == subInfo.getCardId()) {
DMobileNetworkRepository.java374 mCardId = subInfo.getCardId(); in getUiccInfoBySubscriptionInfo()
/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSProfileConfigurator.java169 EuiccManager euiccManager = mEuiccManager.createForCardId(subInfo.getCardId()); in activateSubscription()
258 EuiccManager euiccManager = mEuiccManager.createForCardId(subInfo.getCardId()); in deleteSubscription()
DONSProfileDownloader.java274 EuiccManager euiccManager = mEuiccManager.createForCardId(primarySubInfo.getCardId()); in downloadProfile()
DONSProfileSelector.java379 EuiccManager euiccManager = mEuiccManager.createForCardId(subInfo.getCardId()); in switchToSubscription()
408 EuiccManager euiccManager = mEuiccManager.createForCardId(uiccCardInfo.getCardId()); in getAvailableESIMPortIndex()
DONSProfileActivator.java490 EuiccManager euiccManager = mEuiccManager.createForCardId(uiccCardInfo.getCardId()); in isESIMSupported()
/packages/apps/Settings/src/com/android/settings/network/helper/
DSubscriptionAnnotation.java88 int cardId = mSubInfo.getCardId(); in SubscriptionAnnotation()
/packages/apps/Settings/src/com/android/settings/sim/receivers/
DSimSlotChangeReceiver.java139 if (!TextUtils.isEmpty(slotInfo.getCardId()) in isSimSlotStateValid()
/packages/apps/QuickAccessWallet/tests/robolectric/src/com/android/systemui/plugin/globalactions/wallet/
DWalletPanelViewControllerTest.java543 assertThat(selectRequests.get(0).getCardId()).isEqualTo("c1"); in onCardSelected_selectsCardWithClient()
545 assertThat(selectRequests.get(1).getCardId()).isEqualTo("c2"); in onCardSelected_selectsCardWithClient()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java9897 cardInfo.getCardId(), in getUiccCardsInfo()
9924 cardInfo.getCardId(), in getUiccCardInfoUnPrivileged()
9984 cardId = card.getCardId(); in getUiccSlotsInfo()