Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DSubscriptionInfo.java178 private String mGroupOwner; field in SubscriptionInfo
263 this.mGroupOwner = groupOwner; in SubscriptionInfo()
515 return mGroupOwner; in getGroupOwner()
708 dest.writeString(mGroupOwner); in writeToParcel()
749 + " mGroupOwner=" + mGroupOwner + "}"; in toString()
757 mIsGroupDisabled, mCarrierId, mProfileClass, mGroupOwner); in hashCode()
789 && Objects.equals(mGroupOwner, toCompare.mGroupOwner) in equals()