Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java3072 NotificationChannelGroup ncgEmpty = new NotificationChannelGroup("group2", "name2"); in testGetChannelGroups_includeEmptyGroups() local
3073 mHelper.createNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, ncgEmpty, true, in testGetChannelGroups_includeEmptyGroups()
3090 if (Objects.equals(group.getId(), ncgEmpty.getId())) { in testGetChannelGroups_includeEmptyGroups()