Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/
DNotificationHistoryTest.java403 HistoricalNotification postParcelNotification = parceledHistory.getNextNotification(); in testParceling()
407 assertThat(parceledHistory.getNextNotification()).isNull(); in testParceling()
/frameworks/base/core/java/android/app/
DNotificationHistory.java285 public @Nullable HistoricalNotification getNextNotification() { in getNextNotification() method in NotificationHistory