Home
last modified time | relevance | path

Searched refs:statusBarNotification (Results 1 – 5 of 5) 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/tests/security/src/android/security/cts/
DCVE_2024_49743.java124 for (StatusBarNotification statusBarNotification : in testPocCVE_2024_49743()
127 statusBarNotification.getPackageName())) { in testPocCVE_2024_49743()
129 statusBarNotification.getNotification(); in testPocCVE_2024_49743()
/cts/tests/app/shared/src/android/app/stubs/shared/
DTestNotificationAssistant.java117 public void onNotificationSnoozedUntilContext(StatusBarNotification statusBarNotification, in onNotificationSnoozedUntilContext() argument
119 mSnoozedKey = statusBarNotification.getKey(); in onNotificationSnoozedUntilContext()
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java3151 StatusBarNotification statusBarNotification = mNotificationHelper.findPostedNotification( in testActivityStartOnBroadcastTrampoline_isBlocked() local
3153 assertNotNull("Notification not posted on time", statusBarNotification); in testActivityStartOnBroadcastTrampoline_isBlocked()
3154 statusBarNotification.getNotification().contentIntent.send(); in testActivityStartOnBroadcastTrampoline_isBlocked()
3177 StatusBarNotification statusBarNotification = mNotificationHelper.findPostedNotification( in testActivityStartOnServiceTrampoline_isBlocked() local
3179 assertNotNull("Notification not posted on time", statusBarNotification); in testActivityStartOnServiceTrampoline_isBlocked()
3180 statusBarNotification.getNotification().contentIntent.send(); in testActivityStartOnServiceTrampoline_isBlocked()
3203 StatusBarNotification statusBarNotification = mNotificationHelper.findPostedNotification( in testActivityStartOnBroadcastTrampoline_whenApi30_isAllowed() local
3205 assertNotNull("Notification not posted on time", statusBarNotification); in testActivityStartOnBroadcastTrampoline_whenApi30_isAllowed()
3206 statusBarNotification.getNotification().contentIntent.send(); in testActivityStartOnBroadcastTrampoline_whenApi30_isAllowed()
3229 StatusBarNotification statusBarNotification = mNotificationHelper.findPostedNotification( in testActivityStartOnServiceTrampoline_whenApi30_isAllowed() local
[all …]