Searched refs:mGroupOwner (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | SubscriptionInfo.java | 221 private final String mGroupOwner; field in SubscriptionInfo 395 this.mGroupOwner = TextUtils.emptyIfNull(groupOwner); in SubscriptionInfo() 436 this.mGroupOwner = builder.mGroupOwner; in SubscriptionInfo() 724 return mGroupOwner; in getGroupOwner() 1029 dest.writeString(mGroupOwner); in writeToParcel() 1078 + " groupOwner=" + mGroupOwner in toString() 1126 && mCountryIso.equals(that.mCountryIso) && mGroupOwner.equals(that.mGroupOwner) in equals() 1137 mType, mGroupOwner, mAreUiccApplicationsEnabled, mPortIndex, mUsageSetting, mCardId, in hashCode() 1313 private String mGroupOwner = ""; field in SubscriptionInfo.Builder 1387 mGroupOwner = info.mGroupOwner; in Builder() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/ |
D | SubscriptionInfoInternal.java | 335 private final String mGroupOwner; field in SubscriptionInfoInternal 542 this.mGroupOwner = builder.mGroupOwner; in SubscriptionInfoInternal() 990 return mGroupOwner; in getGroupOwner() 1298 .setGroupOwner(mGroupOwner) in toSubscriptionInfo() 1324 + " groupOwner=" + mGroupOwner in toString() 1422 && mGroupOwner.equals(that.mGroupOwner) && mEnabledMobileDataPolicies.equals( in equalsDbItemsOnly() 1456 mGroupUuid, mCountryIso, mCarrierId, mProfileClass, mType, mGroupOwner, in hashCode() 1725 private String mGroupOwner = ""; field in SubscriptionInfoInternal.Builder 1928 mGroupOwner = info.mGroupOwner; in Builder() 2586 mGroupOwner = groupOwner; in setGroupOwner()
|