Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DUiccSlotInfo.java71 private final boolean mIsRemovable; field in UiccSlotInfo
94 mIsRemovable = in.readBoolean(); in UiccSlotInfo()
108 dest.writeBoolean(mIsRemovable); in writeToParcel()
131 this.mIsRemovable = false; in UiccSlotInfo()
146 this.mIsRemovable = isRemovable; in UiccSlotInfo()
224 return mIsRemovable; in isRemovable()
266 && (mIsRemovable == that.mIsRemovable) in equals()
273 mIsExtendedApduSupported, mIsRemovable, mPortList); in hashCode()
289 + mIsRemovable in toString()
DUiccCardInfo.java42 private final boolean mIsRemovable; field in UiccCardInfo
65 mIsRemovable = in.readBoolean(); in UiccCardInfo()
79 dest.writeBoolean(mIsRemovable); in writeToParcel()
111 this.mIsRemovable = isRemovable; in UiccCardInfo()
197 return mIsRemovable; in isRemovable()
249 && (mIsRemovable == that.mIsRemovable) in equals()
256 return Objects.hash(mIsEuicc, mCardId, mEid, mIccId, mPhysicalSlotIndex, mIsRemovable, in hashCode()
271 + 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()
135 + ", isRemovable=" + mIsRemovable + ", mProfiles=" + Arrays.toString(mProfiles) in toString()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccSlot.java92 private boolean mIsRemovable; field in UiccSlot
125 mIsRemovable = isSlotRemovable(slotIndex); in update()
200 mIsRemovable = isSlotRemovable(slotIndex); in update()
482 return mIsRemovable; in isRemovable()
670 pw.println("mIsRemovable=" + mIsRemovable); in dump()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt48653 Landroid/service/euicc/GetEuiccProfileInfoListResult;->mIsRemovable:Z