Home
last modified time | relevance | path

Searched refs:getIccId (Results 1 – 24 of 24) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionControllerTest.java494 assertEquals("test2", opptSubList.get(0).getIccId()); in testOpptSubInfoListChanged()
534 assertNotNull(info.getIccId()); in addAndVerifyRemoteSimAddition()
536 macAddresses.add(info.getIccId()); in addAndVerifyRemoteSimAddition()
587 assertEquals(macAddresses.get(j), info.getIccId()); in addAndVerifyRemoteSimAddition()
1067 assertEquals(UNAVAILABLE_ICCID, subscriptionInfo.getIccId()); in testGetActiveSubscriptionInfoWithReadPhoneState()
1100 assertTrue(subscriptionInfo.getIccId().length() > 0); in testGetActiveSubscriptionInfoWithCarrierPrivileges()
1115 assertTrue(subscriptionInfo.getIccId().length() > 0); in testGetActiveSubscriptionWithPrivilegedPermission()
1150 assertEquals(UNAVAILABLE_ICCID, subscriptionInfo.getIccId()); in testGetActiveSubscriptionInfoForSimSlotIndexWithReadPhoneState()
1185 assertTrue(subscriptionInfo.getIccId().length() > 0); in testGetActiveSubscriptionInfoForSimSlotIndexWithCarrierPrivileges()
1201 assertTrue(subscriptionInfo.getIccId().length() > 0); in testGetActiveSubscriptionInfoForSimSlotIndexWithPrivilegedPermission()
[all …]
DSubscriptionInfoTest.java60 assertEquals("890126042XXXXXXXXXXX", mSubscriptionInfoUT.getIccId()); in testSubProperties()
DGsmCdmaPhoneTest.java1224 doReturn(iccId).when(mUiccSlot).getIccId(); in testReapplyUiccApplicationEnablementNotNeeded()
1239 doReturn(iccId).when(mUiccSlot).getIccId(); in testReapplyUiccApplicationEnablementSuccess()
1277 doReturn(iccId).when(mUiccSlot).getIccId(); in testReapplyUiccApplicationEnablementRetry()
DSubscriptionInfoUpdaterTest.java283 doReturn(iccId).when(mUiccSlot).getIccId(); in testSimNotReadyDisabledUiccApps()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccSlotTest.java120 assertNull(mUiccSlot.getIccId()); in testUpdateInactiveSlotStatus()
129 assertEquals(iss.iccid, mUiccSlot.getIccId()); in testUpdateInactiveSlotStatus()
139 assertNull(mUiccSlot.getIccId()); in testUpdateActiveSlotStatus()
156 assertEquals(iss.iccid, mUiccSlot.getIccId()); in testUpdateActiveSlotStatus()
181 assertNull(mUiccSlot.getIccId()); in testUpdateSlotStatusEuiccIsSupported()
190 assertEquals(iss.iccid, mUiccSlot.getIccId()); in testUpdateSlotStatusEuiccIsSupported()
216 assertNull(mUiccSlot.getIccId()); in testUpdateSlotStatusEuiccIsNotSupported()
225 assertEquals(iss.iccid, mUiccSlot.getIccId()); in testUpdateSlotStatusEuiccIsNotSupported()
DUiccControllerTest.java240 doReturn("A1B2C3D4").when(mMockCard).getIccId(); in testCardIdFromIccStatus()
333 doReturn("123451234567890").when(mMockCard).getIccId(); in testGetAllUiccCardInfos()
370 doReturn("123451234567890F").when(mMockCard).getIccId(); in testIccidWithTrailingF()
404 doReturn("123451234567890").when(mMockSlot).getIccId(); in testGetAllUiccCardInfosNullCard()
610 doReturn("123451234567890").when(mMockSlot).getIccId(); in testEidFromPreviousApduSetsDefaultEuicc()
DUiccProfileTest.java563 doReturn(fakeIccId).when(mSubscriptionInfo).getIccId(); in testSetOperatorBrandOverride()
581 doReturn(fakeIccId2).when(mSubscriptionInfo).getIccId(); in testSetOperatorBrandOverrideIccNotMatch()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCard.java493 public String getIccId() { in getIccId() method in UiccCard
497 return mUiccProfile.getIccId(); in getIccId()
511 return mUiccProfile.getIccId(); in getCardId()
DUiccProfile.java1679 return subInfo != null && IccUtils.stripTrailingFs(subInfo.getIccId()).equals( in checkSubIdAndIccIdMatch()
1688 log("current iccId: " + SubscriptionInfo.givePrintableIccid(getIccId())); in setOperatorBrandOverride()
1690 String iccId = getIccId(); in setOperatorBrandOverride()
1715 String iccId = getIccId(); in getOperatorBrandOverride()
1726 public String getIccId() { in getIccId() method in UiccProfile
1731 if (ir != null && ir.getIccId() != null) { in getIccId()
1732 return ir.getIccId(); in getIccId()
DUiccSlot.java267 public String getIccId() { in getIccId() method in UiccSlot
271 return mUiccCard.getIccId(); in getIccId()
DUiccController.java415 if (mUiccSlots[idx] != null && cardId.equals(mUiccSlots[idx].getIccId())) { in getUiccSlotForCardId()
727 cardString = card.getIccId(); in onGetIccCardStatusDone()
844 iccid = card.getIccId(); in getAllUiccCardInfos()
853 iccid = slot.getIccId(); in getAllUiccCardInfos()
DIccRecords.java391 public String getIccId() { in getIccId() method in IccRecords
/frameworks/base/telephony/java/android/telephony/
DUiccCardInfo.java124 public String getIccId() { in getIccId() method in UiccCardInfo
DSubscriptionInfo.java320 public String getIccId() { in getIccId() method in SubscriptionInfo
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/
DVendorSubscriptionInfoUpdater.java96 String iccId = uiccSlot.getIccId(); in handleSimReady()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java435 sInactiveIccIds[phoneId] = IccUtils.stripTrailingFs(slot.getIccId()); in handleSimNotReady()
461 if (slot == null || slot.getIccId() == null) return false; in areUiccAppsDisabledOnCard()
463 .getSubInfoForIccId(IccUtils.stripTrailingFs(slot.getIccId())); in areUiccAppsDisabledOnCard()
966 if (DBG) logd("Removing embedded subscription of IccId " + info.getIccId()); in updateEmbeddedSubscriptionsCache()
967 iccidsToRemove.add("\"" + info.getIccId() + "\""); in updateEmbeddedSubscriptionsCache()
1108 if (TextUtils.equals(iccid, list.get(i).getIccId())) { in findSubscriptionInfoForIccid()
DSubscriptionController.java790 if (iccId.equals(si.getIccId())) { in getActiveSubscriptionInfoForIccIdInternal()
1106 && !TextUtils.isEmpty(uiccSlot.getIccId())) { in getIccIdsOfInsertedPhysicalSims()
1107 ret.add(IccUtils.stripTrailingFs(uiccSlot.getIccId())); in getIccIdsOfInsertedPhysicalSims()
1535 && info.getIccId().equalsIgnoreCase(uniqueId)) { in removeSubInfo()
DGsmCdmaPhone.java913 return (r != null) ? r.getIccId() : null; in getIccSerialNumber()
4366 String iccId = slot.getIccId(); in reapplyUiccAppsEnablementIfNeeded()
DPhone.java1912 return (r != null) ? r.getIccId() : null; in getIccSerialNumber()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DApnSettingUtils.java103 String iccId = r.getIccId(); in mvnoMatches()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccController.java910 deleteSubscriptionPrivileged(cardId, sub.getIccId(), callbackIntent); in deleteSubscription()
1001 iccid = sub.getIccId(); in switchToSubscription()
1032 iccid = sub.getIccId(); in switchToSubscriptionPrivileged()
1107 sub.getIccId(), nickname, in updateSubscriptionNickname()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt47984 method public String getIccId();
48370 method @Nullable public String getIccId();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28622 method public java.lang.String getIccId();