Home
last modified time | relevance | path

Searched refs:mIsEmbedded (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DSubscriptionInfo.java150 private boolean mIsEmbedded; field in SubscriptionInfo
230 info.mMcc, info.mMnc, info.mCountryIso, info.mIsEmbedded, info.mNativeAccessRules, in SubscriptionInfo()
289 this.mIsEmbedded = isEmbedded; in SubscriptionInfo()
546 return this.mIsEmbedded; in isEmbedded()
825 dest.writeBoolean(mIsEmbedded); in writeToParcel()
872 + " mnc=" + mMnc + " countryIso=" + mCountryIso + " isEmbedded=" + mIsEmbedded in toString()
888 return Objects.hash(mId, mSimSlotIndex, mNameSource, mIconTint, mDataRoaming, mIsEmbedded, in hashCode()
911 && mIsEmbedded == toCompare.mIsEmbedded in equals()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt58663 Landroid/telephony/SubscriptionInfo;->mIsEmbedded:Z