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.java75 List<NotificationChannel> channelsList = new ArrayList<NotificationChannel>(); in createAll() local
/frameworks/base/core/java/android/app/
DINotificationManager.aidl97 void createNotificationChannels(String pkg, in ParceledListSlice channelsList); in createNotificationChannels()
98 … void createNotificationChannelsForPackage(String pkg, int uid, in ParceledListSlice channelsList); in createNotificationChannelsForPackage()