Home
last modified time | relevance | path

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

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