Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationHistory.java275 public boolean hasNextNotification() { in hasNextNotification() method in NotificationHistory
286 if (!hasNextNotification()) { in getNextNotification()
291 if (!hasNextNotification()) { in getNextNotification()
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationHistoryTest.java401 assertThat(parceledHistory.hasNextNotification()).isTrue(); in testParceling()
406 assertThat(parceledHistory.hasNextNotification()).isFalse(); in testParceling()