Searched refs:mIsGroupDisabled (Results 1 – 2 of 2) sorted by relevance
264 private final boolean mIsGroupDisabled; field in SubscriptionInfo391 this.mIsGroupDisabled = isGroupDisabled; in SubscriptionInfo()432 this.mIsGroupDisabled = builder.mIsGroupDisabled; in SubscriptionInfo()868 return mIsGroupDisabled; in isGroupDisabled()1023 dest.writeBoolean(mIsGroupDisabled); in writeToParcel()1079 + " isGroupDisabled=" + mIsGroupDisabled in toString()1117 && mCardId == that.mCardId && mIsGroupDisabled == that.mIsGroupDisabled in equals()1138 mIsGroupDisabled, mIsOnlyNonTerrestrialNetwork, mServiceCapabilities, in hashCode()1285 private boolean mIsGroupDisabled = false; field in SubscriptionInfo.Builder1383 mIsGroupDisabled = info.mIsGroupDisabled; in Builder()[all …]
470 private final boolean mIsGroupDisabled; field in SubscriptionInfoInternal568 this.mIsGroupDisabled = builder.mIsGroupDisabled; in SubscriptionInfoInternal()1207 return mIsGroupDisabled; in isGroupDisabled()1294 .setGroupDisabled(mIsGroupDisabled) in toSubscriptionInfo()1366 + " isGroupDisabled=" + mIsGroupDisabled in toString()1442 && mCardId == that.mCardId && mIsGroupDisabled == that.mIsGroupDisabled; in equals()1463 mIsSatelliteEnabled, mCardId, mIsGroupDisabled, in hashCode()1851 private boolean mIsGroupDisabled; field in SubscriptionInfoInternal.Builder1951 mIsGroupDisabled = info.mIsGroupDisabled; in Builder()2873 mIsGroupDisabled = isGroupDisabled; in setGroupDisabled()