Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DSubscriptionInfo.java264 private final boolean mIsGroupDisabled; field in SubscriptionInfo
391 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.Builder
1383 mIsGroupDisabled = info.mIsGroupDisabled; in Builder()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/
DSubscriptionInfoInternal.java470 private final boolean mIsGroupDisabled; field in SubscriptionInfoInternal
568 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.Builder
1951 mIsGroupDisabled = info.mIsGroupDisabled; in Builder()
2873 mIsGroupDisabled = isGroupDisabled; in setGroupDisabled()