Searched refs:groupedAndDeleted (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | PreferencesHelperTest.java | 2730 NotificationChannel groupedAndDeleted = in testDeleteGroup() local 2732 groupedAndDeleted.setGroup("totally"); in testDeleteGroup() 2741 mHelper.createNotificationChannel(PKG_N_MR1, UID_N_MR1, groupedAndDeleted, true, false, in testDeleteGroup() 2754 PKG_N_MR1, UID_N_MR1, groupedAndDeleted.getId(), false)); in testDeleteGroup() 2755 compareChannels(groupedAndDeleted, mHelper.getNotificationChannel( in testDeleteGroup() 2756 PKG_N_MR1, UID_N_MR1, groupedAndDeleted.getId(), true)); in testDeleteGroup()
|