Searched refs:mIsRemovable (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | UiccSlotInfo.java | 71 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()
|
D | UiccCardInfo.java | 42 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/ |
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() 135 + ", isRemovable=" + mIsRemovable + ", mProfiles=" + Arrays.toString(mProfiles) in toString()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccSlot.java | 92 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/ |
D | hiddenapi-max-target-o.txt | 48653 Landroid/service/euicc/GetEuiccProfileInfoListResult;->mIsRemovable:Z
|