Home
last modified time | relevance | path

Searched refs:channelGroupId (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DINotificationManager.aidl113 void deleteNotificationChannelGroup(String pkg, String channelGroupId); in deleteNotificationChannelGroup() argument
114 NotificationChannelGroup getNotificationChannelGroup(String pkg, String channelGroupId); in getNotificationChannelGroup() argument
DNotificationManager.java1013 public NotificationChannelGroup getNotificationChannelGroup(String channelGroupId) { in getNotificationChannelGroup() argument
1016 return service.getNotificationChannelGroup(mContext.getPackageName(), channelGroupId); in getNotificationChannelGroup()