Searched refs:searchType (Results 1 – 2 of 2) sorted by relevance
98 SEARCH_TYPE searchType) { in findPostedNotification() argument102 StatusBarNotification n = findNotificationNoWait(tag, id, searchType); in findPostedNotification()112 return findNotificationNoWait(null, id, searchType); in findPostedNotification()119 public boolean isNotificationGone(int id, SEARCH_TYPE searchType) { in isNotificationGone() argument127 for (StatusBarNotification sbn : getNotifications(searchType)) { in isNotificationGone()162 SEARCH_TYPE searchType) { in findNotificationNoWait() argument163 for (StatusBarNotification sbn : getNotifications(searchType)) { in findNotificationNoWait()171 private ArrayList<StatusBarNotification> getNotifications(SEARCH_TYPE searchType) { in getNotifications() argument172 switch (searchType) { in getNotifications()
157 searchType: SEARCH_TYPE = SEARCH_TYPE.POSTED, in waitForNotification()160 val sbn = mNotificationHelper.findPostedNotification(tag, NOTIFICATION_ID, searchType) in waitForNotification()