Home
last modified time | relevance | path

Searched defs:nb (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerBubbleTest.java467 Notification.Builder nb = getConversationNotification(); in testNotificationManagerBubblePolicy_flag_intentBubble() local
597 Notification.Builder nb = getConversationNotification(); in testNotificationManagerBubblePolicy_flag_shortcutBubble() local
619 Notification.Builder nb = getConversationNotification(); in testNotificationManagerBubblePolicy_noFlag_invalidShortcut() local
641 Notification.Builder nb = getDefaultNotifBuilder(id); in testNotificationManagerBubblePolicy_noFlag_invalidNotif() local
660 Notification.Builder nb = getConversationNotification(); in testNotificationManagerBubblePolicy_appAll_globalOn() local
683 Notification.Builder nb = getConversationNotification(); in testNotificationManagerBubblePolicy_appAll_globalOff() local
705 Notification.Builder nb = getConversationNotification(); in testNotificationManagerBubblePolicy_appAll_channelNo() local
727 Notification.Builder nb = getConversationNotification(); in testNotificationManagerBubblePolicy_appSelected_channelNo() local
749 Notification.Builder nb = getConversationNotification(); in testNotificationManagerBubblePolicy_appSelected_channelYes() local
772 Notification.Builder nb = getConversationNotification(); in testNotificationManagerBubblePolicy_appNone_channelNo() local
[all …]
DPeopleManagerTest.java182 Notification.Builder nb = new Notification.Builder(mContext, PERSON_CHANNEL_ID) in getConversationNotification() local
DBaseNotificationManagerTest.java328 Notification.Builder nb = new Notification.Builder(mContext, NOTIFICATION_CHANNEL_ID) in sendNotification() local
DSensitiveNotificationRedactionTest.kt114 val nb = Notification.Builder(mContext, NOTIFICATION_CHANNEL_ID) in sendNotification() constant
DNotificationTest.java879 Notification.Builder nb = new Notification.Builder(mContext, CHANNEL.getId()) in testBubbleMetadataBuilder_notifBubbleShortcutIds_different_throw() local
/cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/
DInlineReply.java47 final Notification.Builder nb = new Builder(context) in showNotificationWithInlineReply() local
/cts/tests/app/app/src/android/app/stubs/
DBubblesTestService.java66 Notification.Builder nb = new Notification.Builder(context, NOTIFICATION_CHANNEL_ID) in getNotificationForTest() local
DSendBubbleActivity.java106 Notification.Builder nb = new Notification.Builder(context, NOTIFICATION_CHANNEL_ID) in sendBubble() local
/cts/apps/NotificationBot/src/com/android/cts/robot/
DNotificationBot.java143 final Notification.Builder nb = new Notification.Builder(context, NOTIFICATION_CHANNEL_ID) in testShortcutResetSetupNotification() local
/cts/tests/sensitivecontentprotection/src/android/sensitivecontentprotection/cts/
DSensitiveNotificationAppHidingTest.kt88 val nb = Notification.Builder(context, NOTIFICATION_CHANNEL_ID) in <lambda>() constant