Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/
DSubscriptionInfoInternal.java371 private final byte[] mRcsConfig; field in SubscriptionInfoInternal
548 this.mRcsConfig = builder.mRcsConfig; in SubscriptionInfoInternal()
1060 return mRcsConfig; in getRcsConfig()
1355 + " rcsConfig=" + IccUtils.bytesToHexString(mRcsConfig) in toString()
1424 mRcsConfig, that.mRcsConfig) && mAllowedNetworkTypesForReasons.equals( in equalsDbItemsOnly()
1469 result = 31 * result + Arrays.hashCode(mRcsConfig); in hashCode()
1758 private byte[] mRcsConfig = new byte[0]; field in SubscriptionInfoInternal.Builder
1934 mRcsConfig = info.mRcsConfig; in Builder()
2664 mRcsConfig = rcsConfig; in setRcsConfig()