Searched refs:conversations (Results 1 – 8 of 8) sorted by relevance
245 List<ConversationInfo> conversations = getConversationsInPrimary(); in testAccessConversationFromTheSameProfileGroup() local248 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 …]
1326 ArrayList<ConversationChannelWrapper> conversations = new ArrayList<>(); in getConversations() local1353 conversations.add(conversation); in getConversations()1359 return conversations; in getConversations()1370 ArrayList<ConversationChannelWrapper> conversations = new ArrayList<>(); in getConversations() local1395 conversations.add(conversation); in getConversations()1400 return conversations; in getConversations()
3513 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);
314 optional State conversations = 4; field
598 assertEquals(policy.getPriorityCategoryConversations(), proto.conversations); in assertProtoMatches()
6639 List<ConversationChannelWrapper> conversations = in testGetConversationsForPackage_hasShortcut() local6641 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() local6672 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() local6696 assertNull(conversations.get(0).getShortcutInfo()); in testGetConversationsForPackage_doesNotHaveShortcut()6697 assertNull(conversations.get(1).getShortcutInfo()); in testGetConversationsForPackage_doesNotHaveShortcut()
2615 // OPEN: Settings > Notifications > (app or conversations) > conversation2635 // OPEN: Settings > apps & notifications > notifications > conversations
6282 optional State conversations = 4; field