Home
last modified time | relevance | path

Searched refs:cardId (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/network/
DSubscriptionUtils.java55 String cardId = slotInfo.getCardId(); in getAvailableSubscriptions() local
58 info -> index == info.getSimSlotIndex() && cardId.equals( in getAvailableSubscriptions()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/network/
DSubscriptionUtilsTest.java107 String cardId, int cardStateInfo) { in createUuicSlotInfo() argument
108 return new UiccSlotInfo(isActive, isEsim, cardId, cardStateInfo, simSlotIndex, in createUuicSlotInfo()
/packages/apps/QuickAccessWallet/tests/robolectric/src/com/android/systemui/plugin/globalactions/wallet/
DWalletPanelViewControllerTest.java603 private WalletCard createWalletCard(String cardId) { in createWalletCard() argument
608 .putExtra("cardId", cardId); in createWalletCard()
611 return new WalletCard.Builder(cardId, cardImage, cardId + " card", pendingIntent).build(); in createWalletCard()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java7587 String cardId; in getUiccSlotsInfo() local
7590 cardId = card.getCardId(); in getUiccSlotsInfo()
7592 cardId = slot.getEid(); in getUiccSlotsInfo()
7593 if (TextUtils.isEmpty(cardId)) { in getUiccSlotsInfo()
7594 cardId = slot.getIccId(); in getUiccSlotsInfo()
7598 if (cardId != null) { in getUiccSlotsInfo()
7601 cardId = IccUtils.stripTrailingFs(cardId); in getUiccSlotsInfo()
7626 cardId, in getUiccSlotsInfo()