Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DSubscriptionInfo.java186 private boolean mIsGroupDisabled = false; field in SubscriptionInfo
259 this.mIsGroupDisabled = isGroupDisabled; in SubscriptionInfo()
626 this.mIsGroupDisabled = isGroupDisabled; in setGroupDisabled()
634 return mIsGroupDisabled; in isGroupDisabled()
702 dest.writeBoolean(mIsGroupDisabled); in writeToParcel()
744 + " mIsGroupDisabled=" + mIsGroupDisabled in toString()
757 mIsGroupDisabled, mCarrierId, mProfileClass, mGroupOwner); in hashCode()
779 && mIsGroupDisabled == toCompare.mIsGroupDisabled in equals()