Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/localepicker/
DNotificationInfo.java23 private Set<Integer> mUidCollection; field in NotificationInfo
34 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()