Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/usage/
H A DBroadcastResponseStats.java41 private int mNotificationsPostedCount; field in BroadcastResponseStats
64 mNotificationsPostedCount = in.readInt(); in BroadcastResponseStats()
112 return mNotificationsPostedCount; in getNotificationsPostedCount()
154 mNotificationsPostedCount += count; in incrementNotificationsPostedCount()
185 && this.mNotificationsPostedCount == other.mNotificationsPostedCount in equals()
195 mNotificationsPostedCount, mNotificationsUpdatedCount, in hashCode()
205 + ",notificationsPosted=" + mNotificationsPostedCount in toString()
221 dest.writeInt(mNotificationsPostedCount); in writeToParcel()