Searched refs:mIsRemovable (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A 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()
|
H A 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()
|
/aosp14/frameworks/base/telephony/java/android/service/euicc/ |
H A 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()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 49296 Landroid/service/euicc/GetEuiccProfileInfoListResult;->mIsRemovable:Z
|