Home
last modified time | relevance | path

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

/cts/tests/app/shared/src/android/app/stubs/shared/
DNotificationHelper.java127 for (StatusBarNotification sbn : getNotifications(searchType)) { in isNotificationGone()
163 for (StatusBarNotification sbn : getNotifications(searchType)) { in findNotificationNoWait()
171 private ArrayList<StatusBarNotification> getNotifications(SEARCH_TYPE searchType) { in getNotifications() method in NotificationHelper