Home
last modified time | relevance | path

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

/cts/tests/app/shared/src/android/app/stubs/shared/
DNotificationHelper.java102 StatusBarNotification n = findNotificationNoWait(tag, id, searchType); in findPostedNotification()
112 return findNotificationNoWait(null, id, searchType); in findPostedNotification()
161 private StatusBarNotification findNotificationNoWait(String tag, int id, in findNotificationNoWait() method in NotificationHelper