/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ZenModeFilteringTest.java | 253 channel.setConversationId("parent", "me, work"); in testConversation_allAllowed() 271 channel.setConversationId("parent", "me, work"); in testConversation_importantAllowed_isImportant() 289 channel.setConversationId("parent", "me, work"); in testConversation_importantAllowed_isNotImportant() 306 channel.setConversationId("parent", "me, work"); in testConversation_noneAllowed_notCallOrMsg() 323 channel.setConversationId("parent", "me, work"); in testConversation_noneAllowed_callAllowed() 343 channel.setConversationId("parent", "me, work"); in testConversation_noneAllowed_msgAllowed()
|
D | PreferencesHelperTest.java | 496 channel2.setConversationId("id1", "conversation"); in testChannelXml() 4171 friend.setConversationId(parent.getId(), conversationId); in testGetConversationNotificationChannel() 4198 friend.setConversationId(parentId, conversationId); in testConversationNotificationChannelsRequireParents() 4389 channel.setConversationId(messages.getId(), convoId); in testGetConversations_all() 4394 diffConvo.setConversationId(p.getId(), "different convo"); in testGetConversations_all() 4399 channel2.setConversationId(calls.getId(), convoId); in testGetConversations_all() 4426 messagesFromB.setConversationId(messages.getId(), "different convo"); in testGetConversations_multiUser() 4431 messagesFromBUser10.setConversationId(messagesUser10.getId(), "different convo"); in testGetConversations_multiUser() 4465 channel.setConversationId(messages.getId(), convoId); in testGetConversations_notDemoted() 4470 diffConvo.setConversationId(p.getId(), "different convo"); in testGetConversations_notDemoted() [all …]
|
D | NotificationHistoryProtoHelperTest.java | 76 .setConversationId(conversationId) in getHistoricalNotification()
|
D | NotificationManagerServiceTest.java | 9026 channel1.setConversationId("parent1", "convo 1"); in testGetConversationsForPackage_hasShortcut() 9032 channel2.setConversationId("parent1", "convo 2"); in testGetConversationsForPackage_hasShortcut() 9067 channel1.setConversationId("parent1", "convo 1"); in testGetConversationsForPackage_shortcut_notLongLived() 9073 channel2.setConversationId("parent1", "convo 2"); in testGetConversationsForPackage_shortcut_notLongLived() 9098 channel1.setConversationId("parent1", "convo 1"); in testGetConversationsForPackage_doesNotHaveShortcut() 9104 channel2.setConversationId("parent1", "convo 2"); in testGetConversationsForPackage_doesNotHaveShortcut()
|
/frameworks/base/core/java/android/app/ |
D | NotificationHistory.java | 204 public Builder setConversationId(String conversationId) { in setConversationId() method in NotificationHistory.HistoricalNotification.Builder 536 notificationOut.setConversationId(mStringPool[conversationIdIndex]); in readNotificationFromParcel() 538 notificationOut.setConversationId(null); in readNotificationFromParcel()
|
D | NotificationChannel.java | 649 public void setConversationId(@NonNull String parentChannelId, in setConversationId() method in NotificationChannel 970 setConversationId(parser.getAttributeValue(null, ATT_PARENT_CHANNEL), in populateFromXml()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationHistoryProtoHelper.java | 148 notification.setConversationId(conversationId); in readNotification() 152 notification.setConversationId(conversationId); in readNotification()
|
D | NotificationManagerService.java | 3881 conversationChannel.setConversationId(parentId, conversationId);
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | NotificationHistoryTest.java | 69 .setConversationId(conversationId) in getHistoricalNotification() 97 .setConversationId(expectedConversationId) in testHistoricalNotificationBuilder()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationConversationInfoTest.java | 225 mConversationChannel.setConversationId(TEST_CHANNEL, CONVERSATION_ID); in setUp() 1197 mNotificationChannel.setConversationId("", CONVERSATION_ID); in testBindNotification_doesNotCreateNewChannelIfExists()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
D | BubblesTest.java | 1289 entry.getChannel().setConversationId( in testNotificationChannelModified_channelUpdated_removesOverflowBubble() 1315 entry.getChannel().setConversationId( in testNotificationChannelModified_channelDeleted_removesOverflowBubble()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
D | DataManagerTest.java | 255 mNotificationChannel.setConversationId(PARENT_NOTIFICATION_CHANNEL_ID, TEST_SHORTCUT_ID); in setUp() 769 updated.setConversationId(mNotificationChannel.getParentChannelId(), in testOnNotificationChannelModified()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/ |
D | PeopleSpaceWidgetManagerTest.java | 486 channel.setConversationId(TEST_PARENT_CHANNEL_ID, TEST_CONVERSATION_ID); in testUpdateAppWidgetIfConversationChannelModified()
|
/frameworks/base/core/api/ |
D | current.txt | 6423 method public void setConversationId(@NonNull String, @NonNull String);
|