Home
last modified time | relevance | path

Searched refs:conversations (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DDataManagerTest.java245 List<ConversationInfo> conversations = getConversationsInPrimary(); in testAccessConversationFromTheSameProfileGroup() local
248 assertEquals(2, conversations.size()); in testAccessConversationFromTheSameProfileGroup()
250 assertEquals("sc_1", conversations.get(0).getShortcutId()); in testAccessConversationFromTheSameProfileGroup()
251 assertTrue(conversations.get(0).isPersonImportant()); in testAccessConversationFromTheSameProfileGroup()
252 assertFalse(conversations.get(0).isPersonBot()); in testAccessConversationFromTheSameProfileGroup()
253 assertFalse(conversations.get(0).isContactStarred()); in testAccessConversationFromTheSameProfileGroup()
254 assertEquals(PHONE_NUMBER, conversations.get(0).getContactPhoneNumber()); in testAccessConversationFromTheSameProfileGroup()
256 assertEquals("sc_2", conversations.get(1).getShortcutId()); in testAccessConversationFromTheSameProfileGroup()
257 assertFalse(conversations.get(1).isPersonImportant()); in testAccessConversationFromTheSameProfileGroup()
258 assertTrue(conversations.get(1).isPersonBot()); in testAccessConversationFromTheSameProfileGroup()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java1326 ArrayList<ConversationChannelWrapper> conversations = new ArrayList<>(); in getConversations() local
1353 conversations.add(conversation); in getConversations()
1359 return conversations; in getConversations()
1370 ArrayList<ConversationChannelWrapper> conversations = new ArrayList<>(); in getConversations() local
1395 conversations.add(conversation); in getConversations()
1400 return conversations; in getConversations()
DNotificationManagerService.java3513 ArrayList<ConversationChannelWrapper> conversations =
3515 for (ConversationChannelWrapper conversation : conversations) {
3525 return new ParceledListSlice<>(conversations);
3540 ArrayList<ConversationChannelWrapper> conversations =
3542 for (ConversationChannelWrapper conversation : conversations) {
3552 return new ParceledListSlice<>(conversations);
/frameworks/base/core/proto/android/service/
Dnotification.proto314 optional State conversations = 4; field
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenPolicyTest.java598 assertEquals(policy.getPriorityCategoryConversations(), proto.conversations); in assertProtoMatches()
DNotificationManagerServiceTest.java6639 List<ConversationChannelWrapper> conversations = in testGetConversationsForPackage_hasShortcut() local
6641 assertEquals(si, conversations.get(0).getShortcutInfo()); in testGetConversationsForPackage_hasShortcut()
6642 assertEquals(si, conversations.get(1).getShortcutInfo()); in testGetConversationsForPackage_hasShortcut()
6670 List<ConversationChannelWrapper> conversations = in testGetConversationsForPackage_shortcut_notLongLived() local
6672 assertNull(conversations.get(0).getShortcutInfo()); in testGetConversationsForPackage_shortcut_notLongLived()
6673 assertNull(conversations.get(1).getShortcutInfo()); in testGetConversationsForPackage_shortcut_notLongLived()
6694 List<ConversationChannelWrapper> conversations = in testGetConversationsForPackage_doesNotHaveShortcut() local
6696 assertNull(conversations.get(0).getShortcutInfo()); in testGetConversationsForPackage_doesNotHaveShortcut()
6697 assertNull(conversations.get(1).getShortcutInfo()); in testGetConversationsForPackage_doesNotHaveShortcut()
/frameworks/base/core/proto/android/app/
Dsettings_enums.proto2615 // OPEN: Settings > Notifications > (app or conversations) > conversation
2635 // OPEN: Settings > apps & notifications > notifications > conversations
/frameworks/base/cmds/statsd/src/
Datoms.proto6282 optional State conversations = 4; field