Home
last modified time | relevance | path

Searched refs:conversationChannel (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/people/
DPeopleManagerTest.java96 ConversationChannel conversationChannel = capturedConversation.getValue(); in testCorrectlyMapsToProxyConversationListener() local
97 assertEquals(conversationChannel.getShortcutInfo().getId(), CONVERSATION_ID_1); in testCorrectlyMapsToProxyConversationListener()
98 assertEquals(conversationChannel.getShortcutInfo().getLabel(), in testCorrectlyMapsToProxyConversationListener()
/frameworks/base/services/tests/servicestests/src/com/android/server/people/
DPeopleServiceTest.java274 ConversationChannel conversationChannel = capturedConversation.getValue(); in testOnlyTriggersConversationListenersForRegisteredConversation() local
276 eq(conversationChannel)); in testOnlyTriggersConversationListenersForRegisteredConversation()
277 assertEquals(conversationChannel.getShortcutInfo().getId(), CONVERSATION_ID_1); in testOnlyTriggersConversationListenersForRegisteredConversation()
278 assertThat(conversationChannel.getStatuses()).containsExactly(status); in testOnlyTriggersConversationListenersForRegisteredConversation()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java611 ConversationChannel conversationChannel = getConversationWithShortcutId( in testDoNotUpdateStatusPostedIfDifferentShortcutId() local
614 mManager.updateWidgetsWithConversationChanged(conversationChannel); in testDoNotUpdateStatusPostedIfDifferentShortcutId()
628 ConversationChannel conversationChannel = getConversationWithShortcutId( in testUpdateStatusPostedIfExistingTile() local
631 mManager.updateWidgetsWithConversationChanged(conversationChannel); in testUpdateStatusPostedIfExistingTile()
646 ConversationChannel conversationChannel = getConversationWithShortcutId( in testUpdateStatusPostedOnTwoExistingTiles() local
648 mManager.updateWidgetsWithConversationChanged(conversationChannel); in testUpdateStatusPostedOnTwoExistingTiles()
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DDataManagerTest.java563 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()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java11223 final NotificationChannel conversationChannel =
11226 conversationChannel.setDeleted(true);
11245 conversationChannel);
11304 final NotificationChannel conversationChannel =
11325 conversationChannel);
11349 final NotificationChannel conversationChannel =
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java4211 NotificationChannel conversationChannel = parentChannel;
4212 conversationChannel.setId(String.format(
4214 conversationChannel.setConversationId(parentId, conversationId);
4216 pkg, uid, new ParceledListSlice(Arrays.asList(conversationChannel)));