Home
last modified time | relevance | path

Searched refs:mIsRemovable (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DUiccCardInfo.java35 private final boolean mIsRemovable; field in UiccCardInfo
55 mIsRemovable = in.readByte() != 0; in UiccCardInfo()
65 dest.writeByte((byte) (mIsRemovable ? 1 : 0)); in writeToParcel()
83 this.mIsRemovable = isRemovable; in UiccCardInfo()
143 return new UiccCardInfo(mIsEuicc, mCardId, null, null, mSlotIndex, mIsRemovable); in getUnprivileged()
153 return mIsRemovable; in isRemovable()
171 && (mIsRemovable == that.mIsRemovable)); in equals()
176 return Objects.hash(mIsEuicc, mCardId, mEid, mIccId, mSlotIndex, mIsRemovable); in hashCode()
192 + mIsRemovable in toString()
DUiccSlotInfo.java66 private final boolean mIsRemovable; field in UiccSlotInfo
87 mIsRemovable = in.readByte() != 0; in UiccSlotInfo()
98 dest.writeByte((byte) (mIsRemovable ? 1 : 0)); in writeToParcel()
119 this.mIsRemovable = false; in UiccSlotInfo()
134 this.mIsRemovable = isRemovable; in UiccSlotInfo()
180 return mIsRemovable; in isRemovable()
199 && (mIsRemovable == that.mIsRemovable); in equals()
211 result = 31 * result + (mIsRemovable ? 1 : 0); in hashCode()
231 + mIsRemovable in toString()
/frameworks/base/telephony/java/android/service/euicc/
DGetEuiccProfileInfoListResult.java56 private final boolean mIsRemovable; field in GetEuiccProfileInfoListResult
77 return mIsRemovable; in getIsRemovable()
96 this.mIsRemovable = isRemovable; in GetEuiccProfileInfoListResult()
112 this.mIsRemovable = in.readBoolean(); in GetEuiccProfileInfoListResult()
119 dest.writeBoolean(mIsRemovable); in writeToParcel()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccSlot.java70 private boolean mIsRemovable; field in UiccSlot
94 mIsRemovable = isSlotRemovable(slotIndex); in update()
153 mIsRemovable = isSlotRemovable(slotIndex); in update()
264 return mIsRemovable; in isRemovable()
439 pw.println(" mIsRemovable=" + mIsRemovable); in dump()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt52619 Landroid/service/euicc/GetEuiccProfileInfoListResult;->mIsRemovable:Z