Searched refs:expectedParentLabel (Results 1 – 1 of 1) sorted by relevance
5045 Map<String, CharSequence> expectedParentLabel= new HashMap<>(); in testGetConversations() local5046 expectedParentLabel.put(channel.getId(), messages.getName()); in testGetConversations()5047 expectedParentLabel.put(channel2.getId(), calls.getName()); in testGetConversations()5056 .isEqualTo(expectedParentLabel.get(convo.getNotificationChannel().getId())); in testGetConversations()