Home
last modified time | relevance | path

Searched refs:mPortIndex (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DUiccSlotMapping.java56 private final int mPortIndex; field in UiccSlotMapping
74 mPortIndex = in.readInt(); in UiccSlotMapping()
81 dest.writeInt(mPortIndex); in writeToParcel()
99 this.mPortIndex = portIndex; in UiccSlotMapping()
112 return mPortIndex; in getPortIndex()
146 return (mPortIndex == that.mPortIndex) in equals()
153 return Objects.hash(mPortIndex, mPhysicalSlotIndex, mLogicalSlotIndex); in hashCode()
160 + mPortIndex in toString()
DUiccPortInfo.java38 private final int mPortIndex; field in UiccPortInfo
61 mPortIndex = in.readInt(); in UiccPortInfo()
69 dest.writeInt(mPortIndex); in writeToParcel()
91 this.mPortIndex = portIndex; in UiccPortInfo()
114 return mPortIndex; in getPortIndex()
152 && (mPortIndex == that.mPortIndex) in equals()
159 return Objects.hash(mIccId, mPortIndex, mLogicalSlotIndex, mIsActive); in hashCode()
170 + mPortIndex in toString()
DSubscriptionInfo.java232 private final int mPortIndex; field in SubscriptionInfo
398 this.mPortIndex = portIndex; in SubscriptionInfo()
439 this.mPortIndex = builder.mPortIndex; in SubscriptionInfo()
855 return mPortIndex; in getPortIndex()
1020 dest.writeInt(mPortIndex); in writeToParcel()
1071 + " portIndex=" + mPortIndex in toString()
1116 && mPortIndex == that.mPortIndex && mUsageSetting == that.mUsageSetting in equals()
1137 mType, mGroupOwner, mAreUiccApplicationsEnabled, mPortIndex, mUsageSetting, mCardId, in hashCode()
1330 private int mPortIndex = TelephonyManager.INVALID_PORT_INDEX; field in SubscriptionInfo.Builder
1390 mPortIndex = info.mPortIndex; in Builder()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccSlotPortMapping.java24 public int mPortIndex = TelephonyManager.DEFAULT_PORT_INDEX; field in IccSlotPortMapping
31 return "{" + "physicalSlotIndex=" + mPhysicalSlotIndex + ", portIndex=" + mPortIndex + "}"; in toString()
DUiccSlot.java120 mPortIdxToPhoneId.put(ics.mSlotPortMapping.mPortIndex, phoneId); in update()
121 CardState oldState = mCardState.get(ics.mSlotPortMapping.mPortIndex); in update()
122 mCardState.put(ics.mSlotPortMapping.mPortIndex, ics.mCardState); in update()
123 mIccIds.put(ics.mSlotPortMapping.mPortIndex, ics.iccid); in update()
136 if (absentStateUpdateNeeded(oldState, ics.mSlotPortMapping.mPortIndex)) { in update()
138 ics.mSlotPortMapping.mPortIndex); in update()
144 || mUiccCard == null) && mCardState.get(ics.mSlotPortMapping.mPortIndex) in update()
148 && mLastRadioState.getOrDefault(ics.mSlotPortMapping.mPortIndex, in update()
188 mLastRadioState.put(ics.mSlotPortMapping.mPortIndex, radioState); in update()
DUiccCard.java111 int portIdx = ics.mSlotPortMapping.mPortIndex; in update()
DUiccPort.java83 mPortIdx = ics.mSlotPortMapping.mPortIndex; in update()
DUiccController.java1069 UiccPort port = card.getUiccPort(status.mSlotPortMapping.mPortIndex); in onGetIccCardStatusDone()
1072 + status.mSlotPortMapping.mPortIndex + "]. Notifying IccChangedRegistrants"); in onGetIccCardStatusDone()
1082 cardString = card.getUiccPort(status.mSlotPortMapping.mPortIndex).getIccId(); in onGetIccCardStatusDone()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/
DSubscriptionInfoInternal.java421 private final int mPortIndex; field in SubscriptionInfoInternal
557 this.mPortIndex = builder.mPortIndex; in SubscriptionInfoInternal()
1139 return mPortIndex; in getPortIndex()
1302 .setPortIndex(mPortIndex) in toSubscriptionInfo()
1316 + " portIndex=" + mPortIndex in toString()
1411 && mPortIndex == that.mPortIndex && mUsageSetting == that.mUsageSetting in equalsDbItemsOnly()
1462 mNumberFromIms, mPortIndex, mUsageSetting, mLastUsedTPMessageReference, mUserId, in hashCode()
1806 private int mPortIndex = TelephonyManager.INVALID_PORT_INDEX; field in SubscriptionInfoInternal.Builder
1942 mPortIndex = info.mPortIndex; in Builder()
2771 mPortIndex = portIndex; in setPortIndex()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccCardTest.java61 mIccCardStatus.mSlotPortMapping.mPortIndex = 0; in setUp()
DUiccControllerTest.java270 ics.mSlotPortMapping.mPortIndex = 0; in testCardIdFromIccStatus()
378 ics.mSlotPortMapping.mPortIndex = 0; in testGetAllUiccCardInfos()
393 ics.mSlotPortMapping.mPortIndex, //portIdx in testGetAllUiccCardInfos()
429 ics.mSlotPortMapping.mPortIndex = 0; in testIccidWithTrailingF()
476 ics.mSlotPortMapping.mPortIndex = 0; in testGetAllUiccCardInfosNullCard()
DUiccPortTest.java81 mIccCardStatus.mSlotPortMapping.mPortIndex = 0; in setUp()
DUiccSlotTest.java427 mIccCardStatus.mSlotPortMapping.mPortIndex = 0; in testUiccSlotCreateAndDispose()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccConnector.java244 int mPortIndex; field in EuiccConnector.GetMetadataRequest
260 int mPortIndex; field in EuiccConnector.DownloadRequest
482 request.mPortIndex = portIndex; in getDownloadableSubscriptionMetadata()
498 request.mPortIndex = portIndex; in downloadSubscription()
815 request.mPortIndex, in processMessage()
835 request.mPortIndex, in processMessage()
DEuiccController.java720 private final int mPortIndex; field in EuiccController.DownloadSubscriptionGetMetadataCommandCallback
730 mPortIndex = portIndex; in DownloadSubscriptionGetMetadataCommandCallback()
748 downloadSubscriptionPrivileged(cardId, mPortIndex, in onGetMetadataComplete()
769 cardId, mPortIndex, mSwitchAfterDownload /* usePortIndex */); in onGetMetadataComplete()
783 downloadSubscriptionPrivileged(cardId, mPortIndex, in onGetMetadataComplete()
/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp128 mPortIndex(portIndex), in BufferMeta()
135 mPortIndex(portIndex), in BufferMeta()
143 mPortIndex(portIndex), in BufferMeta()
197 return mPortIndex; in getPortIndex()
211 OMX_U32 mPortIndex; member
2524 active.mPortIndex = portIndex; in addActiveBuffer()
2536 if (mActiveBuffers[i].mPortIndex == portIndex in removeActiveBuffer()
2557 portIndices.emplace_back(activeBuffer.mPortIndex); in freeActiveBuffers()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DOMXNodeInstance.h144 OMX_U32 mPortIndex; member
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
DEuiccPortTest.java386 mMockIccCardStatus.mSlotPortMapping.mPortIndex = 1; in testSwitchToProfile_MepA1()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRILUtils.java4264 slotPortMapping.mPortIndex = PortUtils.convertFromHalPortIndex( in convertHalCardStatus()