Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/people/
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()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java3009 NotificationChannel convo = in testGetNotificationChannelGroup() local
3011 convo.setGroup("not"); in testGetNotificationChannelGroup()
3012 convo.setConversationId("not deleted", "banana"); in testGetNotificationChannelGroup()
3018 mHelper.createNotificationChannel(PKG_N_MR1, UID_N_MR1, convo, true, false, in testGetNotificationChannelGroup()
5256 for (ConversationChannelWrapper convo : convos) { in testGetConversations()
5257 assertThat(convo.getNotificationChannel()) in testGetConversations()
5258 .isEqualTo(expected.get(convo.getNotificationChannel().getId())); in testGetConversations()
5259 assertThat(convo.getParentChannelLabel()) in testGetConversations()
5260 .isEqualTo(expectedParentLabel.get(convo.getNotificationChannel().getId())); in testGetConversations()
5261 assertThat(convo.getGroupLabel()) in testGetConversations()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java1670 ConversationChannel convo = new ConversationChannel(shortcutInfo, 0, null, null, in getConversationWithShortcutId() local
1672 return convo; in getConversationWithShortcutId()
1788 ConversationChannelWrapper convo = new ConversationChannelWrapper(); in getConversationChannelWrapper() local
1793 convo.setNotificationChannel(notificationChannel); in getConversationChannelWrapper()
1794 convo.setShortcutInfo(new ShortcutInfo.Builder(mContext, shortcutId).setLongLabel( in getConversationChannelWrapper()
1798 return convo; in getConversationChannelWrapper()
1805 ConversationChannel convo = new ConversationChannel(shortcutInfo, 0, null, null, in getConversationChannel() local
1809 return convo; in getConversationChannel()