/frameworks/base/telephony/java/android/telephony/ |
D | UiccSlotMapping.java | 111 public int getPortIndex() { in getPortIndex() method in UiccSlotMapping
|
D | UiccPortInfo.java | 113 public int getPortIndex() { in getPortIndex() method in UiccPortInfo
|
D | SubscriptionInfo.java | 854 public int getPortIndex() { in getPortIndex() method in SubscriptionInfo
|
D | TelephonyManager.java | 3852 if (portInfo.getPortIndex() == portIndex) { in getLogicalSlotIndex() 4485 slot -> Arrays.asList(slot.getPhysicalSlotIndex(), slot.getPortIndex()))); in isSlotMappingValid() 7322 return result.get().getPortIndex(); in getFirstActivePortIndex()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardEsimArea.java | 139 SubscriptionManager.INVALID_SUBSCRIPTION_ID, sub.getPortIndex(), callbackIntent); in onClick()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/subscription/ |
D | SubscriptionInfoInternalTest.java | 233 assertThat(mSubInfo.getPortIndex()).isEqualTo( in testSubscriptionInfoInternalSetAndGet() 315 assertThat(subInfo.getPortIndex()).isEqualTo( in testConvertToSubscriptionInfo()
|
D | SubscriptionManagerServiceTest.java | 968 assertThat(subInfo.getPortIndex()).isEqualTo(TelephonyManager.INVALID_PORT_INDEX); in testUpdateEmbeddedSubscriptions() 987 assertThat(subInfo.getPortIndex()).isEqualTo(TelephonyManager.INVALID_PORT_INDEX); in testUpdateEmbeddedSubscriptions() 2427 assertThat(subInfo.getPortIndex()).isEqualTo(TelephonyManager.INVALID_PORT_INDEX); in testUserUnlockUpdateEmbeddedSubscriptions() 2480 assertThat(subInfo.getPortIndex()).isEqualTo(0); in testInsertNewSim() 2642 assertThat(subInfo.getPortIndex()).isEqualTo(0); in testEsimActivation() 2712 assertThat(mSubscriptionManagerServiceUT.getSubscriptionInfo(2).getPortIndex()) in testDeleteEsim() 2763 assertThat(subInfo.getPortIndex()).isEqualTo(TelephonyManager.DEFAULT_PORT_INDEX); in testEsimSwitch() 2940 assertThat(subInfo.getPortIndex()).isEqualTo(0); in testInactiveSimInserted()
|
D | SubscriptionDatabaseManagerTest.java | 1870 assertThat(mDatabaseManagerUT.getSubscriptionInfoInternal(1).getPortIndex()) in testUpdatePortIndex()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/ |
D | EuiccController.java | 1290 return subInfo.getPortIndex(); in getResolvedPortIndexForDisableSubscription() 2066 && (!usePortIndex || subInfo.getPortIndex() == targetPortIndex) in canManageActiveSubscriptionOnTargetSim() 2121 && (!usePortIndex || subInfo.getPortIndex() == targetPortIndex)); in canManageSubscriptionOnTargetSim() 2135 && (!usePortIndex || subInfo.getPortIndex() == targetPortIndex) in canManageSubscriptionOnTargetSim() 2252 if (portInfo == null || portInfo.getPortIndex() != portIndex) { in isSimPortAvailable()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/ |
D | SubscriptionManagerService.java | 1025 getPortIndex(subInfo.getIccId())); in markSubscriptionsInactive() 1069 private int getPortIndex(@NonNull String iccId) { in getPortIndex() method in SubscriptionManagerService 1231 builder.setPortIndex(getPortIndex(embeddedProfile.getIccid())); in updateEmbeddedSubscriptions() 1291 && subInfo.getPortIndex() in updateEmbeddedSubscriptions() 1534 mSubscriptionDatabaseManager.setPortIndex(subId, getPortIndex(iccId)); in updateSubscription() 4440 mSubscriptionDatabaseManager.setPortIndex(subId, getPortIndex(iccId)); in updateSimStateForInactivePort()
|
D | SubscriptionInfoInternal.java | 1138 public int getPortIndex() { in getPortIndex() method in SubscriptionInfoInternal
|
D | SubscriptionDatabaseManager.java | 266 SubscriptionInfoInternal::getPortIndex),
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | MultiSimSettingController.java | 1172 info.getPortIndex(), PendingIntent.getService( in deactivateSubscription()
|
D | RILUtils.java | 4451 mapping.getPhysicalSlotIndex(), mapping.getPortIndex()); in convertSimSlotsMapping()
|
/frameworks/av/media/libstagefright/omx/ |
D | OMXNodeInstance.cpp | 196 OMX_U32 getPortIndex() { in getPortIndex() function 2598 if (buffer_meta->getPortIndex() != portIndex) { in findBufferHeader()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | system-current.txt | 15687 method @IntRange(from=0) public int getPortIndex();
|
D | current.txt | 45776 method public int getPortIndex(); 46428 method @IntRange(from=0) public int getPortIndex();
|