Home
last modified time | relevance | path

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

/cts/tests/app/shared/src/android/app/stubs/shared/
DNotificationHelper.java98 SEARCH_TYPE searchType) { in findPostedNotification() argument
102 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() argument
127 for (StatusBarNotification sbn : getNotifications(searchType)) { in isNotificationGone()
162 SEARCH_TYPE searchType) { in findNotificationNoWait() argument
163 for (StatusBarNotification sbn : getNotifications(searchType)) { in findNotificationNoWait()
171 private ArrayList<StatusBarNotification> getNotifications(SEARCH_TYPE searchType) { in getNotifications() argument
172 switch (searchType) { in getNotifications()
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DSensitiveNotificationRedactionTest.kt157 searchType: SEARCH_TYPE = SEARCH_TYPE.POSTED, in waitForNotification()
160 val sbn = mNotificationHelper.findPostedNotification(tag, NOTIFICATION_ID, searchType) in waitForNotification()