Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DSubscriptionInfo.java196 private boolean mIsGroupDisabled = false; field in SubscriptionInfo
277 this.mIsGroupDisabled = isGroupDisabled; in SubscriptionInfo()
660 this.mIsGroupDisabled = isGroupDisabled; in setGroupDisabled()
669 return mIsGroupDisabled; in isGroupDisabled()
750 dest.writeBoolean(mIsGroupDisabled); in writeToParcel()
795 + " mIsGroupDisabled=" + mIsGroupDisabled in toString()
809 mCardId, mDisplayName, mCarrierName, mNativeAccessRules, mIsGroupDisabled, in hashCode()
832 && mIsGroupDisabled == toCompare.mIsGroupDisabled in equals()