Searched refs:mSimSlotIndex (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | SubscriptionInfo.java | 86 private final int mSimSlotIndex; field in SubscriptionInfo 372 this.mSimSlotIndex = simSlotIndex; in SubscriptionInfo() 413 this.mSimSlotIndex = builder.mSimSlotIndex; in SubscriptionInfo() 476 return mSimSlotIndex; in getSimSlotIndex() 553 final String index = formatSimple("%d", mSimSlotIndex + 1); in createIconBitmap() 682 return mSimSlotIndex >= 0 || mType == SubscriptionManager.SUBSCRIPTION_TYPE_REMOTE_SIM; in isActive() 1005 dest.writeInt(mSimSlotIndex); in writeToParcel() 1070 + " simSlotIndex=" + mSimSlotIndex in toString() 1110 return mId == that.mId && mSimSlotIndex == that.mSimSlotIndex in equals() 1134 int result = Objects.hash(mId, mIccId, mSimSlotIndex, mDisplayName, mCarrierName, in hashCode() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/ |
D | SubscriptionInfoInternal.java | 93 private final int mSimSlotIndex; field in SubscriptionInfoInternal 502 this.mSimSlotIndex = builder.mSimSlotIndex; in SubscriptionInfoInternal() 598 return mSimSlotIndex; in getSimSlotIndex() 1214 return mSimSlotIndex >= 0 || mType == SubscriptionManager.SUBSCRIPTION_TYPE_REMOTE_SIM; in isActive() 1275 .setSimSlotIndex(mSimSlotIndex) in toSubscriptionInfo() 1315 + " simSlotIndex=" + mSimSlotIndex in toString() 1382 return mId == that.mId && mSimSlotIndex == that.mSimSlotIndex in equalsDbItemsOnly() 1447 int result = Objects.hash(mId, mIccId, mSimSlotIndex, mDisplayName, mCarrierName, in hashCode() 1493 private int mSimSlotIndex = SubscriptionManager.INVALID_SIM_SLOT_INDEX; field in SubscriptionInfoInternal.Builder 1888 mSimSlotIndex = info.mSimSlotIndex; in Builder() [all …]
|
/frameworks/base/core/java/android/provider/ |
D | ContactsContract.java | 8520 private final int mSimSlotIndex; field in ContactsContract.SimAccount 8555 this.mSimSlotIndex = simSlotIndex; in SimAccount() 8578 return mSimSlotIndex; in getSimSlotIndex() 8590 return Objects.hash(mAccountName, mAccountType, mSimSlotIndex, mEfType); in hashCode() 8605 return mSimSlotIndex == toCompare.mSimSlotIndex in equals() 8615 dest.writeInt(mSimSlotIndex); in writeToParcel()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 54702 Landroid/telephony/SubscriptionInfo;->mSimSlotIndex:I
|