Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java4779 NotificationChannel diffConvo = in testGetConversations_all() local
4781 diffConvo.setConversationId(p.getId(), "different convo"); in testGetConversations_all()
4797 assertTrue(conversationWrapperContainsChannel(convos, diffConvo)); in testGetConversations_all()
4860 NotificationChannel diffConvo = in testGetConversations_notDemoted() local
4862 diffConvo.setConversationId(p.getId(), "different convo"); in testGetConversations_notDemoted()
4863 diffConvo.setDemoted(true); in testGetConversations_notDemoted()
4878 assertFalse(conversationWrapperContainsChannel(convos, diffConvo)); in testGetConversations_notDemoted()
4901 NotificationChannel diffConvo = in testGetConversations_onlyImportant() local
4903 diffConvo.setConversationId(p.getId(), "different convo"); in testGetConversations_onlyImportant()
4904 diffConvo.setImportantConversation(true); in testGetConversations_onlyImportant()
[all …]