Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/android/app/cts/tools/
DNotificationHelper.java42 findPostedNotification(notificationId, searchAll).getNotification().contentIntent.send(); in clickNotification()
45 public StatusBarNotification findPostedNotification(int id, boolean all) { in findPostedNotification() method in NotificationHelper
/cts/tests/tests/notificationlegacy/notificationlegacy28/src/android/app/notification/legacy28/cts/
DNotificationManager28Test.java73 StatusBarNotification n = findPostedNotification(id); in testPostFullScreenIntent_noPermission()
78 private StatusBarNotification findPostedNotification(int id) { in findPostedNotification() method in NotificationManager28Test
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DNotificationManager29Test.java106 private StatusBarNotification findPostedNotification(int id) { in findPostedNotification() method in NotificationManager29Test
150 StatusBarNotification n = findPostedNotification(id); in testPostFullScreenIntent_noPermission()
/cts/tests/tests/notificationlegacy/notificationlegacy20/src/android/app/notification/legacy20/cts/
DLegacyNotificationManager20Test.java101 StatusBarNotification sbn = findPostedNotification(notificationId); in testNotificationListener_cancelNotifications()
222 private StatusBarNotification findPostedNotification(int id) { in findPostedNotification() method in LegacyNotificationManager20Test
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java419 private StatusBarNotification findPostedNotification(int id, boolean all) { in findPostedNotification() method in NotificationManagerTest
420 return mNotificationHelper.findPostedNotification(id, all); in findPostedNotification()
1817 StatusBarNotification sbn = findPostedNotification(notificationId, false); in testKeyChannelGroupOverrideImportanceExplanation_ranking()
2526 StatusBarNotification n = findPostedNotification(id, false); in testPostFullScreenIntent_permission()
2580 assertNotNull(findPostedNotification(0, false)); in testNotificationDelegate_grantAndPost()
2605 assertNotNull(findPostedNotification(10000, false)); in testNotificationDelegate_grantAndPostAndCancel()
2632 assertNotNull(findPostedNotification(9, true)); in testNotificationDelegate_cannotCancelNotificationsPostedByDelegator()
2642 assertNotNull(findPostedNotification(9, true)); in testNotificationDelegate_cannotCancelNotificationsPostedByDelegator()
2797 StatusBarNotification n = findPostedNotification(id, false); in testNotificationIcon()
3108 StatusBarNotification sbn = findPostedNotification(notificationId, true); in getNotificationBackgroundImageUri()
[all …]