Home
last modified time | relevance | path

Searched refs:getConversationNotification (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerBubbleTest.java467 Notification.Builder nb = getConversationNotification(); in testNotificationManagerBubblePolicy_flag_intentBubble()
597 Notification.Builder nb = getConversationNotification(); in testNotificationManagerBubblePolicy_flag_shortcutBubble()
619 Notification.Builder nb = getConversationNotification(); in testNotificationManagerBubblePolicy_noFlag_invalidShortcut()
660 Notification.Builder nb = getConversationNotification(); in testNotificationManagerBubblePolicy_appAll_globalOn()
683 Notification.Builder nb = getConversationNotification(); in testNotificationManagerBubblePolicy_appAll_globalOff()
705 Notification.Builder nb = getConversationNotification(); in testNotificationManagerBubblePolicy_appAll_channelNo()
727 Notification.Builder nb = getConversationNotification(); in testNotificationManagerBubblePolicy_appSelected_channelNo()
749 Notification.Builder nb = getConversationNotification(); in testNotificationManagerBubblePolicy_appSelected_channelYes()
772 Notification.Builder nb = getConversationNotification(); in testNotificationManagerBubblePolicy_appNone_channelNo()
792 Notification.Builder nb = getConversationNotification(); in testNotificationManagerBubblePolicy_noFlag_shortcutRemoved()
DPeopleManagerTest.java110 mNotificationManager.notify(177, getConversationNotification().build()); in setUp()
178 private Notification.Builder getConversationNotification() { in getConversationNotification() method in PeopleManagerTest
DBaseNotificationManagerTest.java265 protected Notification.Builder getConversationNotification() { in getConversationNotification() method in BaseNotificationManagerTest
DNotificationManagerTest.java2638 mNotificationManager.notify(177, getConversationNotification().build()); in testConversationRankingFields()
2699 mNotificationManager.notify(177, getConversationNotification().build()); in testDeleteConversationChannels()
3408 mNotificationManager.notify(id, getConversationNotification().build()); in testCallNotificationListener_nonCallStyleNotificationPosted()