Home
last modified time | relevance | path

Searched defs:createNotificationChannels (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
DCarrierActionUtils.java251 static void createNotificationChannels(Context context) { in createNotificationChannels() method in CarrierActionUtils
/frameworks/base/core/java/android/app/
DINotificationManager.aidl86 void createNotificationChannels(String pkg, in ParceledListSlice channelsList); in createNotificationChannels() method
DNotificationManager.java707 public void createNotificationChannels(@NonNull List<NotificationChannel> channels) { in createNotificationChannels() method in NotificationManager