Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/notifications/
DNotification.kt7 class Notification internal constructor(val statusBarNotification: StatusBarNotification) { constant in com.android.bedstead.nene.notifications.Notification
12 service.cancelNotification(statusBarNotification.key) in cancel()
15 val packageName get() = statusBarNotification.packageName
16 val notification get() = statusBarNotification.notification
DNotificationListenerQuery.kt97 && NotificationQueryHelper.matches(notification, n.statusBarNotification)) in matches()
/cts/tests/app/shared/src/android/app/stubs/shared/
DTestNotificationAssistant.java115 public void onNotificationSnoozedUntilContext(StatusBarNotification statusBarNotification, in onNotificationSnoozedUntilContext() argument
117 mSnoozedKey = statusBarNotification.getKey(); in onNotificationSnoozedUntilContext()
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java2753 StatusBarNotification statusBarNotification = mNotificationHelper.findPostedNotification( in testActivityStartOnBroadcastTrampoline_isBlocked() local
2755 assertNotNull("Notification not posted on time", statusBarNotification); in testActivityStartOnBroadcastTrampoline_isBlocked()
2756 statusBarNotification.getNotification().contentIntent.send(); in testActivityStartOnBroadcastTrampoline_isBlocked()
2777 StatusBarNotification statusBarNotification = mNotificationHelper.findPostedNotification( in testActivityStartOnServiceTrampoline_isBlocked() local
2779 assertNotNull("Notification not posted on time", statusBarNotification); in testActivityStartOnServiceTrampoline_isBlocked()
2780 statusBarNotification.getNotification().contentIntent.send(); in testActivityStartOnServiceTrampoline_isBlocked()
2801 StatusBarNotification statusBarNotification = mNotificationHelper.findPostedNotification( in testActivityStartOnBroadcastTrampoline_whenApi30_isAllowed() local
2803 assertNotNull("Notification not posted on time", statusBarNotification); in testActivityStartOnBroadcastTrampoline_whenApi30_isAllowed()
2804 statusBarNotification.getNotification().contentIntent.send(); in testActivityStartOnBroadcastTrampoline_whenApi30_isAllowed()
2825 StatusBarNotification statusBarNotification = mNotificationHelper.findPostedNotification( in testActivityStartOnServiceTrampoline_whenApi30_isAllowed() local
[all …]