Searched refs:notDeleted (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | PreferencesHelperTest.java | 2723 NotificationChannelGroup notDeleted = new NotificationChannelGroup("not", "deleted"); in testDeleteGroup() local 2734 mHelper.createNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, notDeleted, true, in testDeleteGroup() 2751 mHelper.getNotificationChannelGroup(notDeleted.getId(), PKG_N_MR1, UID_N_MR1)); in testDeleteGroup() 2781 NotificationChannelGroup notDeleted = new NotificationChannelGroup("not", "deleted"); in testGetNotificationChannelGroup() local 2790 mHelper.createNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, notDeleted, true, in testGetNotificationChannelGroup() 2796 mHelper.createNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, notDeleted, true, in testGetNotificationChannelGroup() 2800 = mHelper.getNotificationChannelGroup(notDeleted.getId(), PKG_N_MR1, UID_N_MR1); in testGetNotificationChannelGroup() 2806 = mHelper.getNotificationChannelGroup(notDeleted.getId(), PKG_N_MR1, UID_N_MR1); in testGetNotificationChannelGroup()
|