Searched refs:mSimSlotIndex (Results 1 – 3 of 3) sorted by relevance
82 private final int mSimSlotIndex; field in SubscriptionInfo353 this.mSimSlotIndex = simSlotIndex; in SubscriptionInfo()391 this.mSimSlotIndex = builder.mSimSlotIndex; in SubscriptionInfo()451 return mSimSlotIndex; in getSimSlotIndex()528 final String index = formatSimple("%d", mSimSlotIndex + 1); in createIconBitmap()914 dest.writeInt(mSimSlotIndex); in writeToParcel()976 + " simSlotIndex=" + mSimSlotIndex in toString()1012 return mId == that.mId && mSimSlotIndex == that.mSimSlotIndex in equals()1067 private int mSimSlotIndex = SubscriptionManager.INVALID_SIM_SLOT_INDEX; field in SubscriptionInfo.Builder1250 mSimSlotIndex = info.mSimSlotIndex; in Builder()[all …]
8512 private final int mSimSlotIndex; field in ContactsContract.SimAccount8547 this.mSimSlotIndex = simSlotIndex; in SimAccount()8570 return mSimSlotIndex; in getSimSlotIndex()8582 return Objects.hash(mAccountName, mAccountType, mSimSlotIndex, mEfType); in hashCode()8597 return mSimSlotIndex == toCompare.mSimSlotIndex in equals()8607 dest.writeInt(mSimSlotIndex); in writeToParcel()
55345 Landroid/telephony/SubscriptionInfo;->mSimSlotIndex:I