Home
last modified time | relevance | path

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

12

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DBtSmsInterfaceManager.java55 BluetoothDevice device = btAdapter.getRemoteDevice(info.getIccId()); in sendText()
57 Log.d(LOG_TAG, "Bluetooth device addr invalid: " + Rlog.pii(LOG_TAG, info.getIccId())); in sendText()
DGsmCdmaPhone.java1031 return (r != null) ? r.getIccId() : null; in getIccSerialNumber()
5191 String iccId = slot.getIccId(slot.getPortIndexFromPhoneId(mPhoneId)); in reapplyUiccAppsEnablementIfNeeded()
5201 .filter(subInfo -> subInfo.getIccId().equals(IccUtils.stripTrailingFs(iccId))) in reapplyUiccAppsEnablementIfNeeded()
DPhone.java2091 return (r != null) ? r.getIccId() : null; in getIccSerialNumber()
/frameworks/base/telephony/java/android/telephony/
DUiccCardInfo.java163 public String getIccId() { in getIccId() method in UiccCardInfo
169 return mPortList.isEmpty() ? null : mPortList.get(0).getIccId(); in getIccId()
DUiccPortInfo.java102 public @Nullable String getIccId() { in getIccId() method in UiccPortInfo
DSubscriptionInfo.java466 public String getIccId() { in getIccId() method in SubscriptionInfo
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccControllerTest.java256 doReturn("A1B2C3D4").when(mMockPort).getIccId(); in testCardIdFromIccStatus()
366 doReturn("123451234567890").when(mMockPort).getIccId(); in testGetAllUiccCardInfos()
368 doReturn("123451234567890").when(mMockSlot).getIccId(0); in testGetAllUiccCardInfos()
416 doReturn("123451234567890F").when(mMockPort).getIccId(); in testIccidWithTrailingF()
419 doReturn("123451234567890F").when(mMockSlot).getIccId(0); in testIccidWithTrailingF()
464 doReturn("123451234567890").when(mMockSlot).getIccId(0); in testGetAllUiccCardInfosNullCard()
DUiccProfileTest.java605 doReturn(fakeIccId2).when(mSubscriptionInfo).getIccId(); in testSetOperatorBrandOverrideIccNotMatch()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/subscription/
DSubscriptionManagerServiceTest.java204 doReturn(FAKE_ICCID1).when(mUiccPort).getIccId(); in setUp()
356 assertThat(subInfo.getIccId()).isEqualTo(FAKE_ICCID1); in testAddSubInfo()
572 assertThat(subInfos.get(0).getIccId()).isEqualTo(FAKE_ICCID1); in testGetAllSubInfoList()
592 assertThat(subInfos.get(0).getIccId()).isEqualTo(FAKE_ICCID1); in testGetAllSubInfoList()
596 assertThat(subInfos.get(1).getIccId()).isEqualTo(FAKE_ICCID2); in testGetAllSubInfoList()
884 assertThat(subInfos.get(0).getIccId()).isEmpty(); in testGetActiveSubscriptionInfoList()
919 assertThat(subInfo.getIccId()).isEmpty(); in testGetActiveSubscriptionInfoForSimSlotIndex()
969 assertThat(subInfo.getIccId()).isEqualTo(FAKE_ICCID1); in testUpdateEmbeddedSubscriptions()
988 assertThat(subInfo.getIccId()).isEqualTo(FAKE_ICCID2); in testUpdateEmbeddedSubscriptions()
1043 assertThat(subInfo.getIccId()).isEmpty(); in testGetActiveSubscriptionInfo()
[all …]
DSubscriptionInfoInternalTest.java161 assertThat(mSubInfo.getIccId()).isEqualTo(SubscriptionDatabaseManagerTest.FAKE_ICCID1); in testSubscriptionInfoInternalSetAndGet()
270 assertThat(subInfo.getIccId()).isEqualTo(SubscriptionDatabaseManagerTest.FAKE_ICCID1); in testConvertToSubscriptionInfo()
328 assertThat(subInfoNull.getIccId()).isEqualTo("123"); in testNullability()
DSubscriptionDatabaseManagerTest.java595 assertThat(mDatabaseManagerUT.getSubscriptionInfoInternal(1).getIccId()) in testUpdateIccId()
2152 .getIccId()).isEqualTo("0987"); in testUpdateSubscriptionsInGroup()
2154 .getIccId()).isEqualTo(FAKE_ICCID2); in testUpdateSubscriptionsInGroup()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccPort.java351 public String getIccId() { in getIccId() method in UiccPort
355 return mUiccProfile.getIccId(); in getIccId()
DUiccProfile.java1731 log("current iccId: " + SubscriptionInfo.getPrintableId(getIccId())); in setOperatorBrandOverride()
1733 String iccId = getIccId(); in setOperatorBrandOverride()
1756 info.getIccId()), IccUtils.stripTrailingFs(iccId)))) { in setOperatorBrandOverride()
1777 String iccId = getIccId(); in getOperatorBrandOverride()
1788 public String getIccId() { in getIccId() method in UiccProfile
1793 if (ir != null && ir.getIccId() != null) { in getIccId()
1794 return ir.getIccId(); in getIccId()
DUiccController.java522 slot.getIccId(porIdx)))) { in getUiccSlotForCardId()
1082 cardString = card.getUiccPort(status.mSlotPortMapping.mPortIndex).getIccId(); in onGetIccCardStatusDone()
1202 String iccId = (port != null) ? port.getIccId() : null; in getAllUiccCardInfos()
1207 String iccId = slot.getIccId(TelephonyManager.DEFAULT_PORT_INDEX); in getAllUiccCardInfos()
1217 String iccId = IccUtils.stripTrailingFs(slot.getIccId(portIdx)); in getAllUiccCardInfos()
1706 String iccId = iccRecords.getIccId(); in mvnoMatches()
DUiccCard.java179 return uiccProfile == null ? null : uiccProfile.getIccId(); in getCardId()
DUiccSlot.java490 public String getIccId(int portIdx) { in getIccId() method in UiccSlot
DIccRecords.java433 public String getIccId() { in getIccId() method in IccRecords
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionInfoTest.java90 assertThat(mSubscriptionInfoUT.getIccId()).isEqualTo("890126042XXXXXXXXXXX"); in testSubProperties()
DGsmCdmaPhoneTest.java1327 doReturn(iccId).when(mUiccSlot).getIccId(anyInt()); in testReapplyUiccApplicationEnablementNotNeeded()
1343 doReturn(iccId).when(mUiccSlot).getIccId(anyInt()); in testReapplyUiccApplicationEnablementSuccess()
1396 doReturn(iccId).when(mUiccSlot).getIccId(anyInt()); in testReapplyUiccApplicationEnablementRetry()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/
DSubscriptionManagerService.java841 String iccId = uiccSlot.getIccId(TelephonyManager.DEFAULT_PORT_INDEX); in getIccIdsOfInsertedPhysicalSims()
1025 getPortIndex(subInfo.getIccId())); in markSubscriptionsInactive()
1348 String iccId = (port == null) ? null : port.getIccId(); in areUiccAppsEnabledOnCard()
1366 private String getIccId(int phoneId) { in getIccId() method in SubscriptionManagerService
1369 IccUtils.stripTrailingFs(port.getIccId())); in getIccId()
1439 .filter(subInfo -> !iccIds.contains(subInfo.getIccId()) in updateSubscription()
1479 String iccId = getIccId(phoneId); in updateSubscription()
1490 sub.getIccId())) in updateSubscription()
2178 .filter(subInfo -> subInfo.isActive() || iccIds.contains(subInfo.getIccId()) in getAvailableSubscriptionsInternalStream()
4815 pw.println("slot " + i + ": " + SubscriptionInfo.getPrintableId(getIccId(i))); in dump()
DSubscriptionDatabaseManager.java101 SubscriptionInfoInternal::getIccId),
2476 .filter(subInfo -> subInfo.getIccId().equals(iccId)) in getSubscriptionInfoInternalByIccId()
DSubscriptionInfoInternal.java588 public String getIccId() { in getIccId() method in SubscriptionInfoInternal
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccController.java1098 deleteSubscriptionPrivileged(cardId, sub.getIccId(), callbackIntent); in deleteSubscription()
1221 iccid = sub.getIccId(); in switchToSubscription()
1491 iccid = sub.getIccId(); in switchToSubscriptionPrivileged()
1567 sub.getIccId(), nickname, in updateSubscriptionNickname()
2278 if (TextUtils.isEmpty(portInfo.getIccId())) { in isSimPortAvailable()
DEuiccCardController.java425 iccId = slot.getIccId(portIndex); in getEnabledProfile()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...

12