Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationHistory.java233 private int mHistoryCount; field in NotificationHistory
248 mHistoryCount = data.readInt(); in NotificationHistory()
250 if (mHistoryCount > 0) { in NotificationHistory()
267 mHistoryCount = 0; in NotificationHistory()
276 return mIndex < mHistoryCount; in hasNextNotification()
330 mHistoryCount++; in addNotificationToWrite()
341 mHistoryCount++; in addNewNotificationToWrite()
446 return mHistoryCount; in getHistoryCount()
561 data.writeInt(mHistoryCount); in writeToParcel()
563 if (mHistoryCount > 0) { in writeToParcel()
[all …]