Home
last modified time | relevance | path

Searched refs:notif (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/notification/NotificationExtenders/src/android/app/notification/extenders/cts/current/
DWearableExtenderApiCurrentTest.kt50 val notif: Notification = in wearableBackgroundBlockDisabled_wearableBackgroundSet_valueIsNull() constant
57 val result = WearableExtender(notif) in wearableBackgroundBlockDisabled_wearableBackgroundSet_valueIsNull()
/cts/tests/tests/notification/NotificationExtenders/src/android/app/notification/extenders/cts/api34/
DWearableExtenderApi34Test.kt51 val notif: Notification = in wearableBackgroundBlockDisabled_wearableBackgroundSet_valueKeepsBitmap() constant
58 val result = WearableExtender(notif) in wearableBackgroundBlockDisabled_wearableBackgroundSet_valueKeepsBitmap()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21288/src/android/security/cts/CVE_2023_21288/
DDeviceTest.java99 Notification notif = privateNotif.build(); in testPocCVE_2023_21288() local
114 notificationManager.notify(notificationId, notif); in testPocCVE_2023_21288()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DNotificationHidingVerifierActivity.kt445 val notif = Notification.Builder(this, "NotifHidingVerifier") in <lambda>() constant
451 startForeground(FGS_NOTIFICATION_ID, notif) in <lambda>()
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DWearableExtenderTest.java233 Notification notif = new Notification.Builder(mContext, "test id") in testWriteToParcel() local
260 notif.writeToParcel(parcel, 0); in testWriteToParcel()
DNotificationManagerBubbleTest.java153 Notification notif = builder.build(); in sendAndVerifyBubble() local
154 mNotificationManager.notify(id, notif); in sendAndVerifyBubble()
DNotificationManagerZenTest.java2083 Notification.Builder notif = new Notification.Builder(mContext, in testPriorityChannelNotInterceptedByDefault() local
2090 mNotificationManager.notify(NAME, 1, notif.build()); in testPriorityChannelNotInterceptedByDefault()
2123 Notification.Builder notif = new Notification.Builder(mContext, in testPriorityChannelInterceptedWhenChannelsDisallowed() local
2130 mNotificationManager.notify(NAME, 1, notif.build()); in testPriorityChannelInterceptedWhenChannelsDisallowed()