Home
last modified time | relevance | path

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

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