Searched refs:mUidCollection (Results 1 – 1 of 1) sorted by relevance
23 private Set<Integer> mUidCollection; field in NotificationInfo34 this.mUidCollection = uidCollection; in NotificationInfo()42 return mUidCollection; in getUidCollection()62 this.mUidCollection = uidCollection; in setUidCollection()87 return (mUidCollection.equals(that.mUidCollection)) in equals()96 return Objects.hash(mUidCollection, mDismissCount, mNotificationCount, in hashCode()