Searched refs:notif (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/notification/NotificationExtenders/src/android/app/notification/extenders/cts/current/ |
D | WearableExtenderApiCurrentTest.kt | 50 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/ |
D | WearableExtenderApi34Test.kt | 51 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/ |
D | DeviceTest.java | 99 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/ |
D | NotificationHidingVerifierActivity.kt | 445 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/ |
D | WearableExtenderTest.java | 233 Notification notif = new Notification.Builder(mContext, "test id") in testWriteToParcel() local 260 notif.writeToParcel(parcel, 0); in testWriteToParcel()
|
D | NotificationManagerBubbleTest.java | 153 Notification notif = builder.build(); in sendAndVerifyBubble() local 154 mNotificationManager.notify(id, notif); in sendAndVerifyBubble()
|
D | NotificationManagerZenTest.java | 2083 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()
|