Searched refs:getCardId (Results 1 – 15 of 15) sorted by relevance
229 doReturn("A1B2C3D4").when(mMockCard).getCardId(); in testCardIdFromIccStatus()318 doReturn("ASDF1234").when(mMockCard).getCardId(); in testGetAllUiccCardInfos()320 doReturn("A1B2C3D4").when(mMockCard).getCardId(); in testGetAllUiccCardInfos()355 doReturn("ASDF1234").when(mMockCard).getCardId(); in testIccidWithTrailingF()357 doReturn("A1B2C3D4").when(mMockCard).getCardId(); in testIccidWithTrailingF()
78 public int getCardId() { in getCardId() method in DownloadSubscriptionResult
98 public int getCardId() { in getCardId() method in UiccCardInfo
143 public String getCardId() { in getCardId() method in UiccSlotInfo
617 public int getCardId() { in getCardId() method in SubscriptionInfo
1238 if ((cardId == TelephonyManager.UNSUPPORTED_CARD_ID || subInfo.getCardId() == cardId) in canManageActiveSubscriptionOnTargetSim()1273 if (info != null && info.getCardId() == cardId && info.isEuicc()) { in canManageSubscriptionOnTargetSim()1288 if (subInfo.isEmbedded() && subInfo.getCardId() == cardId) { in canManageSubscriptionOnTargetSim()
969 if (info.getCardId() == cardId) { in getSlotIdFromCardId()
507 public String getCardId() { in getCardId() method in UiccCard
385 if (uiccCard != null && cardId.equals(uiccCard.getCardId())) { in getUiccSlotForCardId()
345 return uiccController.convertToPublicCardId(card.getCardId()); in getCardIdFromPhoneId()667 uiccSlot.getUiccCard().getCardId()); in updateSubscriptionInfoByIccId()
1073 String cardId = card.getCardId(); in addSubInfo()1397 String cardId = card.getCardId(); in insertEmptySubInfoRecord()1591 int cardId = sub.getCardId(); in setDisplayNameUsingSrc()3346 && TextUtils.equals(slotInfo.getCardId(), cardId); in isInactiveInsertedPSim()
6409 method public int getCardId();8103 method public String getCardId();
44790 method public int getCardId();45136 method public int getCardId();
23915 HSPLcom/android/internal/telephony/uicc/UiccCard;->getCardId()Ljava/lang/String;
74335 Landroid/telephony/SubscriptionInfo;->getCardId()Ljava/lang/String;