Searched refs:mIsRemovable (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | UiccCardInfo.java | 35 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()
|
D | UiccSlotInfo.java | 66 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/ |
D | GetEuiccProfileInfoListResult.java | 56 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/ |
D | UiccSlot.java | 70 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/ |
D | hiddenapi-max-target-o.txt | 52619 Landroid/service/euicc/GetEuiccProfileInfoListResult;->mIsRemovable:Z
|