Home
last modified time | relevance | path

Searched defs:channelsList (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/notification/
DSystemNotificationChannels.java62 List<NotificationChannel> channelsList = new ArrayList<NotificationChannel>(); in createAll() local
/frameworks/base/core/java/android/app/
DINotificationManager.aidl86 void createNotificationChannels(String pkg, in ParceledListSlice channelsList); in createNotificationChannels()
87 … void createNotificationChannelsForPackage(String pkg, int uid, in ParceledListSlice channelsList); in createNotificationChannelsForPackage()