Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java5045 Map<String, CharSequence> expectedParentLabel= new HashMap<>(); in testGetConversations() local
5046 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()