Searched refs:mNotificationsPostedCount (Results 1 – 1 of 1) sorted by relevance
41 private int mNotificationsPostedCount; field in BroadcastResponseStats64 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()