Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/localepicker/
DNotificationInfo.java24 private int mNotificationCount; field in NotificationInfo
35 this.mNotificationCount = notificationCount; in NotificationInfo()
46 return mNotificationCount; in getNotificationCount()
66 this.mNotificationCount = notificationCount; in setNotificationCount()
89 && (mNotificationCount == that.mNotificationCount) in equals()
96 return Objects.hash(mUidCollection, mDismissCount, mNotificationCount, in hashCode()