Home
last modified time | relevance | path

Searched refs:convo (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/app/people/
H A DPeopleSpaceTileTest.java267 ConversationChannel convo = new ConversationChannel(shortcutInfo, 0, null, null, in testCreateFromConversationChannel() local
269 PeopleSpaceTile tile = new PeopleSpaceTile.Builder(convo, mLauncherApps).build(); in testCreateFromConversationChannel()
282 convo = new ConversationChannel(shortcutInfo, 0, notificationChannel, null, in testCreateFromConversationChannel()
284 tile = new PeopleSpaceTile.Builder(convo, mLauncherApps).build(); in testCreateFromConversationChannel()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java2785 NotificationChannel convo = in testGetNotificationChannelGroup() local
2787 convo.setGroup("not"); in testGetNotificationChannelGroup()
5055 assertThat(convo.getParentChannelLabel()) in testGetConversations()
5057 assertThat(convo.getGroupLabel()) in testGetConversations()
5206 convo.setConversationId(parent.getId(), "A"); in testUpdateConversationParent_updatesUnlockedFields()
5253 convo.setConversationId(parent.getId(), "A"); in testUpdateConversationParent_doesNotUpdateLockedFields()
5258 convo.lockFields( in testUpdateConversationParent_doesNotUpdateLockedFields()
5302 convo.setConversationId(parent.getId(), "A"); in testUpdateConversationParent_updatesDemotedConversation()
5303 convo.setDemoted(true); in testUpdateConversationParent_updatesDemotedConversation()
5329 convo.setConversationId(parent.getId(), "A"); in testUpdateConversationParent_updatesDeletedConversation()
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManagerTest.java1614 ConversationChannel convo = new ConversationChannel(shortcutInfo, 0, null, null, in getConversationWithShortcutId() local
1616 return convo; in getConversationWithShortcutId()
1732 ConversationChannelWrapper convo = new ConversationChannelWrapper(); in getConversationChannelWrapper() local
1737 convo.setNotificationChannel(notificationChannel); in getConversationChannelWrapper()
1738 convo.setShortcutInfo(new ShortcutInfo.Builder(mContext, shortcutId).setLongLabel( in getConversationChannelWrapper()
1742 return convo; in getConversationChannelWrapper()
1749 ConversationChannel convo = new ConversationChannel(shortcutInfo, 0, null, null, in getConversationChannel() local
1753 return convo; in getConversationChannel()