Searched refs:statusBarNotification (Results 1 – 4 of 4) sorted by relevance
7 class Notification internal constructor(val statusBarNotification: StatusBarNotification) { constant in com.android.bedstead.nene.notifications.Notification12 service.cancelNotification(statusBarNotification.key) in cancel()15 val packageName get() = statusBarNotification.packageName16 val notification get() = statusBarNotification.notification
97 && NotificationQueryHelper.matches(notification, n.statusBarNotification)) in matches()
115 public void onNotificationSnoozedUntilContext(StatusBarNotification statusBarNotification, in onNotificationSnoozedUntilContext() argument117 mSnoozedKey = statusBarNotification.getKey(); in onNotificationSnoozedUntilContext()
2753 StatusBarNotification statusBarNotification = mNotificationHelper.findPostedNotification( in testActivityStartOnBroadcastTrampoline_isBlocked() local2755 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() local2779 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() local2803 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 …]