Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/android/app/cts/tools/
DNotificationHelper.java50 StatusBarNotification n = findNotificationNoWait(id, all); in findPostedNotification()
60 return findNotificationNoWait(id, all); in findPostedNotification()
63 public StatusBarNotification findNotificationNoWait(int id, boolean all) { in findNotificationNoWait() method in NotificationHelper
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java328 StatusBarNotification sbn = findNotificationNoWait(id, all); in assertNotificationCancelled()
336 assertNull(findNotificationNoWait(id, all)); in assertNotificationCancelled()
423 private StatusBarNotification findNotificationNoWait(int id, boolean all) { in findNotificationNoWait() method in NotificationManagerTest
424 return mNotificationHelper.findNotificationNoWait(id, all); in findNotificationNoWait()