Searched refs:conversationChannel (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/app/people/ |
H A D | PeopleManagerTest.java | 96 ConversationChannel conversationChannel = capturedConversation.getValue(); in testCorrectlyMapsToProxyConversationListener() local 97 assertEquals(conversationChannel.getShortcutInfo().getId(), CONVERSATION_ID_1); in testCorrectlyMapsToProxyConversationListener() 98 assertEquals(conversationChannel.getShortcutInfo().getLabel(), in testCorrectlyMapsToProxyConversationListener()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/ |
H A D | PeopleServiceTest.java | 248 ConversationChannel conversationChannel = capturedConversation.getValue(); in testOnlyTriggersConversationListenersForRegisteredConversation() local 250 eq(conversationChannel)); in testOnlyTriggersConversationListenersForRegisteredConversation() 251 assertEquals(conversationChannel.getShortcutInfo().getId(), CONVERSATION_ID_1); in testOnlyTriggersConversationListenersForRegisteredConversation() 252 assertThat(conversationChannel.getStatuses()).containsExactly(status); in testOnlyTriggersConversationListenersForRegisteredConversation()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/ |
H A D | PeopleSpaceWidgetManagerTest.java | 598 ConversationChannel conversationChannel = getConversationWithShortcutId( in testDoNotUpdateStatusPostedIfDifferentShortcutId() local 601 mManager.updateWidgetsWithConversationChanged(conversationChannel); in testDoNotUpdateStatusPostedIfDifferentShortcutId() 615 ConversationChannel conversationChannel = getConversationWithShortcutId( in testUpdateStatusPostedIfExistingTile() local 618 mManager.updateWidgetsWithConversationChanged(conversationChannel); in testUpdateStatusPostedIfExistingTile() 633 ConversationChannel conversationChannel = getConversationWithShortcutId( in testUpdateStatusPostedOnTwoExistingTiles() local 635 mManager.updateWidgetsWithConversationChanged(conversationChannel); in testUpdateStatusPostedOnTwoExistingTiles()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
H A D | DataManagerTest.java | 563 ConversationChannel conversationChannel = mDataManager.getConversation(TEST_PKG_NAME, in testAddConversationsListener() local 571 List<ConversationChannel> changedConversations = Arrays.asList(conversationChannel); in testAddConversationsListener() 585 ConversationChannel conversationChannel = mDataManager.getConversation(TEST_PKG_NAME, in testAddConversationListenersNotifiesMultipleConversations() local 600 List<ConversationChannel> changedConversations = Arrays.asList(conversationChannel, in testAddConversationListenersNotifiesMultipleConversations() 610 assertThat(capturedConversation.getValue()).containsExactly(conversationChannel, in testAddConversationListenersNotifiesMultipleConversations()
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationManagerService.java | 3984 NotificationChannel conversationChannel = parentChannel; 3985 conversationChannel.setId(String.format( 3987 conversationChannel.setConversationId(parentId, conversationId); 3989 pkg, uid, new ParceledListSlice(Arrays.asList(conversationChannel)));
|