Home
last modified time | relevance | path

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

/cts/tests/tests/notificationlegacy/notificationlegacy20/src/android/app/notification/legacy20/cts/
DLegacyNotificationManager20Test.java105 if (!checkNotificationExistence(notificationId, /*shouldExist=*/ false)) { in testNotificationListener_cancelNotifications()
115 if (!checkNotificationExistence(notificationId, /*shouldExist=*/ false)) { in testNotificationListener_cancelNotifications()
196 private boolean checkNotificationExistence(int id, boolean shouldExist) { in checkNotificationExistence() method in LegacyNotificationManager20Test
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java497 if (!checkNotificationExistence(id, /*shouldExist=*/ false)) { in cancelAndPoll()
526 if (!checkNotificationExistence(id, /*shouldExist=*/ true)) { in sendNotification()
615 private boolean checkNotificationExistence(int id, boolean shouldExist) { in checkNotificationExistence() method in NotificationManagerTest
1857 if (!checkNotificationExistence(id, /*shouldExist=*/ false)) { in testNotify_blockedChannel()
1871 if (!checkNotificationExistence(id, /*shouldExist=*/ false)) { in testCancel()
1892 if (!checkNotificationExistence(id, /*shouldExist=*/ false)) { in testCancelAll()
1913 if (!checkNotificationExistence(id, /*shouldExist=*/ true)) { in testNotifyWithTimeout()
1922 checkNotificationExistence(id, false); in testNotifyWithTimeout()
1998 if (!checkNotificationExistence(id, /*shouldExist=*/ true)) { in testMediaStyle()
2022 if (!checkNotificationExistence(id, /*shouldExist=*/ true)) { in testInboxStyle()
[all …]