Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java2727 NotificationChannel groupedButNotDeleted = in testDeleteGroup() local
2729 groupedButNotDeleted.setGroup("not"); in testDeleteGroup()
2743 mHelper.createNotificationChannel(PKG_N_MR1, UID_N_MR1, groupedButNotDeleted, true, false, in testDeleteGroup()
2758 compareChannels(groupedButNotDeleted, mHelper.getNotificationChannel( in testDeleteGroup()
2759 PKG_N_MR1, UID_N_MR1, groupedButNotDeleted.getId(), false)); in testDeleteGroup()