Home
last modified time | relevance | path

Searched refs:setConversationId (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeFilteringTest.java253 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()
DPreferencesHelperTest.java496 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 …]
DNotificationHistoryProtoHelperTest.java76 .setConversationId(conversationId) in getHistoricalNotification()
DNotificationManagerServiceTest.java9026 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/
DNotificationHistory.java204 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()
DNotificationChannel.java649 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/
DNotificationHistoryProtoHelper.java148 notification.setConversationId(conversationId); in readNotification()
152 notification.setConversationId(conversationId); in readNotification()
DNotificationManagerService.java3881 conversationChannel.setConversationId(parentId, conversationId);
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationHistoryTest.java69 .setConversationId(conversationId) in getHistoricalNotification()
97 .setConversationId(expectedConversationId) in testHistoricalNotificationBuilder()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationConversationInfoTest.java225 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/
DBubblesTest.java1289 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/
DDataManagerTest.java255 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/
DPeopleSpaceWidgetManagerTest.java486 channel.setConversationId(TEST_PARENT_CHANNEL_ID, TEST_CONVERSATION_ID); in testUpdateAppWidgetIfConversationChannelModified()
/frameworks/base/core/api/
Dcurrent.txt6423 method public void setConversationId(@NonNull String, @NonNull String);