Home
last modified time | relevance | path

Searched refs:getPortIndex (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DUiccSlotMapping.java111 public int getPortIndex() { in getPortIndex() method in UiccSlotMapping
DUiccPortInfo.java113 public int getPortIndex() { in getPortIndex() method in UiccPortInfo
DSubscriptionInfo.java854 public int getPortIndex() { in getPortIndex() method in SubscriptionInfo
DTelephonyManager.java3852 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/
DKeyguardEsimArea.java139 SubscriptionManager.INVALID_SUBSCRIPTION_ID, sub.getPortIndex(), callbackIntent); in onClick()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/subscription/
DSubscriptionInfoInternalTest.java233 assertThat(mSubInfo.getPortIndex()).isEqualTo( in testSubscriptionInfoInternalSetAndGet()
315 assertThat(subInfo.getPortIndex()).isEqualTo( in testConvertToSubscriptionInfo()
DSubscriptionManagerServiceTest.java968 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()
DSubscriptionDatabaseManagerTest.java1870 assertThat(mDatabaseManagerUT.getSubscriptionInfoInternal(1).getPortIndex()) in testUpdatePortIndex()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccController.java1290 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/
DSubscriptionManagerService.java1025 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()
DSubscriptionInfoInternal.java1138 public int getPortIndex() { in getPortIndex() method in SubscriptionInfoInternal
DSubscriptionDatabaseManager.java266 SubscriptionInfoInternal::getPortIndex),
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DMultiSimSettingController.java1172 info.getPortIndex(), PendingIntent.getService( in deactivateSubscription()
DRILUtils.java4451 mapping.getPhysicalSlotIndex(), mapping.getPortIndex()); in convertSimSlotsMapping()
/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp196 OMX_U32 getPortIndex() { in getPortIndex() function
2598 if (buffer_meta->getPortIndex() != portIndex) { in findBufferHeader()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dsystem-current.txt15687 method @IntRange(from=0) public int getPortIndex();
Dcurrent.txt45776 method public int getPortIndex();
46428 method @IntRange(from=0) public int getPortIndex();