Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DSubscriptionInfo.java200 private boolean mIsGroupDisabled = false; field in SubscriptionInfo
232 info.mGroupUUID == null ? null : info.mGroupUUID.toString(), info.mIsGroupDisabled, in SubscriptionInfo()
295 this.mIsGroupDisabled = isGroupDisabled; in SubscriptionInfo()
741 this.mIsGroupDisabled = isGroupDisabled; in setGroupDisabled()
750 return mIsGroupDisabled; in isGroupDisabled()
831 dest.writeBoolean(mIsGroupDisabled); in writeToParcel()
876 + " isGroupDisabled=" + mIsGroupDisabled in toString()
890 mCardId, mDisplayName, mCarrierName, mNativeAccessRules, mIsGroupDisabled, in hashCode()
913 && mIsGroupDisabled == toCompare.mIsGroupDisabled in equals()