/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ZenModeFilteringTest.java | 262 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()
|
D | PreferencesHelperTest.java | 602 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 …]
|
D | NotificationHistoryProtoHelperTest.java | 76 .setConversationId(conversationId) in getHistoricalNotification()
|
D | NotificationManagerServiceTest.java | 11382 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/ |
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 | 458 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/ |
D | NotificationHistoryProtoHelper.java | 148 notification.setConversationId(conversationId); in readNotification() 152 notification.setConversationId(conversationId); in readNotification()
|
D | NotificationManagerService.java | 4214 conversationChannel.setConversationId(parentId, conversationId);
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | NotificationHistoryTest.java | 76 .setConversationId(conversationId) in getHistoricalNotification() 104 .setConversationId(expectedConversationId) in testHistoricalNotificationBuilder()
|
D | NotificationChannelTest.java | 606 original.setConversationId("parent", "convo"); in testCopy()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationConversationInfoTest.java | 229 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/ |
D | PeopleSpaceWidgetManagerTest.java | 501 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/ |
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/wmshell/ |
D | BubblesTest.java | 1468 entry.getChannel().setConversationId( in testNotificationChannelModified_channelUpdated_removesOverflowBubble() 1494 entry.getChannel().setConversationId( in testNotificationChannelModified_channelDeleted_removesOverflowBubble()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 6959 method public void setConversationId(@NonNull String, @NonNull String);
|