Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiService.java85 private static void createNotificationChannels(Context ctx) { in createNotificationChannels() method in WifiService
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
DCarrierActionUtils.java250 static void createNotificationChannels(Context context) { in createNotificationChannels() method in CarrierActionUtils
/frameworks/base/core/java/android/app/
DNotificationManager.java829 public void createNotificationChannels(@NonNull List<NotificationChannel> channels) { in createNotificationChannels() method in NotificationManager
DINotificationManager.aidl90 void createNotificationChannels(String pkg, in ParceledListSlice channelsList); in createNotificationChannels() method