/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | BtSmsInterfaceManager.java | 55 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()
|
D | GsmCdmaPhone.java | 1031 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()
|
D | Phone.java | 2091 return (r != null) ? r.getIccId() : null; in getIccSerialNumber()
|
/frameworks/base/telephony/java/android/telephony/ |
D | UiccCardInfo.java | 163 public String getIccId() { in getIccId() method in UiccCardInfo 169 return mPortList.isEmpty() ? null : mPortList.get(0).getIccId(); in getIccId()
|
D | UiccPortInfo.java | 102 public @Nullable String getIccId() { in getIccId() method in UiccPortInfo
|
D | SubscriptionInfo.java | 466 public String getIccId() { in getIccId() method in SubscriptionInfo
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
D | UiccControllerTest.java | 256 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()
|
D | UiccProfileTest.java | 605 doReturn(fakeIccId2).when(mSubscriptionInfo).getIccId(); in testSetOperatorBrandOverrideIccNotMatch()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/subscription/ |
D | SubscriptionManagerServiceTest.java | 204 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 …]
|
D | SubscriptionInfoInternalTest.java | 161 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()
|
D | SubscriptionDatabaseManagerTest.java | 595 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/ |
D | UiccPort.java | 351 public String getIccId() { in getIccId() method in UiccPort 355 return mUiccProfile.getIccId(); in getIccId()
|
D | UiccProfile.java | 1731 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()
|
D | UiccController.java | 522 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()
|
D | UiccCard.java | 179 return uiccProfile == null ? null : uiccProfile.getIccId(); in getCardId()
|
D | UiccSlot.java | 490 public String getIccId(int portIdx) { in getIccId() method in UiccSlot
|
D | IccRecords.java | 433 public String getIccId() { in getIccId() method in IccRecords
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SubscriptionInfoTest.java | 90 assertThat(mSubscriptionInfoUT.getIccId()).isEqualTo("890126042XXXXXXXXXXX"); in testSubProperties()
|
D | GsmCdmaPhoneTest.java | 1327 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/ |
D | SubscriptionManagerService.java | 841 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()
|
D | SubscriptionDatabaseManager.java | 101 SubscriptionInfoInternal::getIccId), 2476 .filter(subInfo -> subInfo.getIccId().equals(iccId)) in getSubscriptionInfoInternalByIccId()
|
D | SubscriptionInfoInternal.java | 588 public String getIccId() { in getIccId() method in SubscriptionInfoInternal
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/ |
D | EuiccController.java | 1098 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()
|
D | EuiccCardController.java | 425 iccId = slot.getIccId(portIndex); in getEnabledProfile()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |