Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DNotificationHistory.java275 public boolean hasNextNotification() { in hasNextNotification() method in NotificationHistory
286 if (!hasNextNotification()) { in getNextNotification()
291 if (!hasNextNotification()) { in getNextNotification()
/aosp12/packages/apps/Settings/src/com/android/settings/notification/history/
H A DHistoryLoader.java55 while (history.hasNextNotification()) { in load()
/aosp12/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationHistoryTest.java393 assertThat(parceledHistory.hasNextNotification()).isTrue(); in testParceling()
398 assertThat(parceledHistory.hasNextNotification()).isFalse(); in testParceling()