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
329 StatusBarNotification sbn = findNotificationNoWait(id, all); in assertNotificationCancelled()337 assertNull(findNotificationNoWait(id, all)); in assertNotificationCancelled()424 private StatusBarNotification findNotificationNoWait(int id, boolean all) { in findNotificationNoWait() method in NotificationManagerTest425 return mNotificationHelper.findNotificationNoWait(id, all); in findNotificationNoWait()