Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeFilteringTest.java262 channel.setConversationId("parent", "me, work"); in testConversation_allAllowed()
280 channel.setConversationId("parent", "me, work"); in testConversation_importantAllowed_isImportant()
298 channel.setConversationId("parent", "me, work"); in testConversation_importantAllowed_isNotImportant()
315 channel.setConversationId("parent", "me, work"); in testConversation_noneAllowed_notCallOrMsg()
332 channel.setConversationId("parent", "me, work"); in testConversation_noneAllowed_callAllowed()
352 channel.setConversationId("parent", "me, work"); in testConversation_noneAllowed_msgAllowed()
DPreferencesHelperTest.java602 channel2.setConversationId("id1", "conversation"); in testChannelXml()
3012 convo.setConversationId("not deleted", "banana"); in testGetNotificationChannelGroup()
4783 friend.setConversationId(parent.getId(), conversationId); in testGetConversationNotificationChannel()
4812 friend.setConversationId(parentId, conversationId); in testConversationNotificationChannelsRequireParents()
4979 channel.setConversationId(messages.getId(), convoId); in testGetConversations_all()
4985 diffConvo.setConversationId(p.getId(), "different convo"); in testGetConversations_all()
4991 channel2.setConversationId(calls.getId(), convoId); in testGetConversations_all()
5021 messagesFromB.setConversationId(messages.getId(), "different convo"); in testGetConversations_multiUser()
5026 messagesFromBUser10.setConversationId(messagesUser10.getId(), "different convo"); in testGetConversations_multiUser()
5061 channel.setConversationId(messages.getId(), convoId); in testGetConversations_notDemoted()
[all …]
DNotificationHistoryProtoHelperTest.java76 .setConversationId(conversationId) in getHistoricalNotification()
DNotificationManagerServiceTest.java11382 channel1.setConversationId("parent1", "convo 1");
11388 channel2.setConversationId("parent1", "convo 2");
11423 channel1.setConversationId("parent1", "convo 1");
11429 channel2.setConversationId("parent1", "convo 2");
11454 channel1.setConversationId("parent1", "convo 1");
11460 channel2.setConversationId("parent1", "convo 2");
12106 nc0.setConversationId("parentChannel", "conversationId");
12111 nc1.setConversationId("parentChannel", "conversationId");
12163 nc0.setConversationId("parentChannel", "conversationId");
12168 nc1.setConversationId("parentChannel", "conversationId");
/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.java458 copy.setConversationId(mParentId, mConversationId); in copy()
772 public void setConversationId(@NonNull String parentChannelId, in setConversationId() method in NotificationChannel
1156 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.java4214 conversationChannel.setConversationId(parentId, conversationId);
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationHistoryTest.java76 .setConversationId(conversationId) in getHistoricalNotification()
104 .setConversationId(expectedConversationId) in testHistoricalNotificationBuilder()
DNotificationChannelTest.java606 original.setConversationId("parent", "convo"); in testCopy()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationConversationInfoTest.java229 mConversationChannel.setConversationId(TEST_CHANNEL, CONVERSATION_ID); in setUp()
1230 mNotificationChannel.setConversationId("", CONVERSATION_ID); in testBindNotification_doesNotCreateNewChannelIfExists()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java501 channel.setConversationId(TEST_PARENT_CHANNEL_ID, TEST_CONVERSATION_ID); in testUpdateAppWidgetIfConversationChannelModified()
519 channel.setConversationId(TEST_PARENT_CHANNEL_ID, TEST_CONVERSATION_ID); in testOnNotificationChannelModified_userLocked()
/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/wmshell/
DBubblesTest.java1468 entry.getChannel().setConversationId( in testNotificationChannelModified_channelUpdated_removesOverflowBubble()
1494 entry.getChannel().setConversationId( in testNotificationChannelModified_channelDeleted_removesOverflowBubble()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt6959 method public void setConversationId(@NonNull String, @NonNull String);