Home
last modified time | relevance | path

Searched refs:setNotificationChannel (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DConversationChannelWrapper.java84 public void setNotificationChannel( in setNotificationChannel() method in ConversationChannelWrapper
/frameworks/base/services/tests/servicestests/src/com/android/server/
DNetworkScorerAppManagerTest.java628 boolean setNotificationChannel) { in mockRecommendationServiceAvailable() argument
651 if (setNotificationChannel) { in mockRecommendationServiceAvailable()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java1428 conversation.setNotificationChannel(nc); in getConversations()
1473 conversation.setNotificationChannel(nc); in getConversations()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java7539 convo1.setNotificationChannel(channel1); in testGetConversationsForPackage_hasShortcut()
7545 convo2.setNotificationChannel(channel2); in testGetConversationsForPackage_hasShortcut()
7580 convo1.setNotificationChannel(channel1); in testGetConversationsForPackage_shortcut_notLongLived()
7586 convo2.setNotificationChannel(channel2); in testGetConversationsForPackage_shortcut_notLongLived()
7611 convo1.setNotificationChannel(channel1); in testGetConversationsForPackage_doesNotHaveShortcut()
7617 convo2.setNotificationChannel(channel2); in testGetConversationsForPackage_doesNotHaveShortcut()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java1723 convo.setNotificationChannel(notificationChannel); in getConversationChannelWrapper()