Merge "Add unit test for ClosedSubscriberGroupInfo" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
4f53d72e52
@@ -102,7 +102,7 @@ public final class ClosedSubscriberGroupInfo implements Parcelable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ClosedSubscriberGroupInfo o = (ClosedSubscriberGroupInfo) other;
|
ClosedSubscriberGroupInfo o = (ClosedSubscriberGroupInfo) other;
|
||||||
return mCsgIndicator == o.mCsgIndicator && mHomeNodebName == o.mHomeNodebName
|
return mCsgIndicator == o.mCsgIndicator && o.mHomeNodebName.equals(mHomeNodebName)
|
||||||
&& mCsgIdentity == o.mCsgIdentity;
|
&& mCsgIdentity == o.mCsgIdentity;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user