Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DSubscriptionInfo.java188 private String mGroupOwner; field in SubscriptionInfo
281 this.mGroupOwner = groupOwner; in SubscriptionInfo()
535 return mGroupOwner; in getGroupOwner()
756 dest.writeString(mGroupOwner); in writeToParcel()
800 + " mGroupOwner=" + mGroupOwner in toString()
810 mCarrierId, mProfileClass, mGroupOwner, mAreUiccApplicationsEnabled); in hashCode()
843 && Objects.equals(mGroupOwner, toCompare.mGroupOwner) in equals()