Home
last modified time | relevance | path

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

/aosp14/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()
/aosp14/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()