Searched refs:findNotificationNoWait (Results 1 – 2 of 2) sorted by relevance
50 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
328 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 NotificationManagerTest424 return mNotificationHelper.findNotificationNoWait(id, all); in findNotificationNoWait()