Home
last modified time | relevance | path

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

/cts/tests/tests/notificationlegacy/notificationlegacy20/src/android/app/notification/legacy20/cts/
DLegacyNotificationManager20Test.java196 private boolean checkNotificationExistence(int id, boolean shouldExist) { in checkNotificationExistence() argument
212 if (found == shouldExist) break; in checkNotificationExistence()
219 return found == shouldExist; in checkNotificationExistence()
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java615 private boolean checkNotificationExistence(int id, boolean shouldExist) { in checkNotificationExistence() argument
631 if (found == shouldExist) break; in checkNotificationExistence()
638 return found == shouldExist; in checkNotificationExistence()