Searched refs:mLogicalSlotIdx (Results 1 – 2 of 2) sorted by relevance
69 private final int mLogicalSlotIdx; field in UiccSlotInfo92 mLogicalSlotIdx = in.readInt(); in UiccSlotInfo()106 dest.writeInt(mLogicalSlotIdx); in writeToParcel()129 this.mLogicalSlotIdx = logicalSlotIdx; in UiccSlotInfo()149 this.mLogicalSlotIdx = portList.isEmpty() in UiccSlotInfo()206 return mLogicalSlotIdx; in getLogicalSlotIdx()264 && (mLogicalSlotIdx == that.mLogicalSlotIdx) in equals()272 return Objects.hash(mIsActive, mIsEuicc, mCardId, mCardStateInfo, mLogicalSlotIdx, in hashCode()
55050 Landroid/telephony/UiccSlotInfo;->mLogicalSlotIdx:I