Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/notification/
H A DSystemNotificationChannels.java95 channelsList.add(newAccountChannel(context)); in createAll()
222 new ParceledListSlice(Arrays.asList(newAccountChannel(context)))); in createAccountChannelForPackage()
228 private static NotificationChannel newAccountChannel(Context context) { in newAccountChannel() method in SystemNotificationChannels