Home
last modified time | relevance | path

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

/aosp12/packages/apps/DeskClock/src/com/android/deskclock/
H A DNotificationUtils.kt98 fun createChannel(context: Context, id: String) { regex
159 createChannel(context, id)
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ui/
H A DNotificationChannelManager.java69 NotificationChannel channel = createChannel(context, channelId); in createOrUpdateChannel()
73 private NotificationChannel createChannel(Context context, String channelId) { in createChannel() method in NotificationChannelManager
/aosp12/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DPackageInstalledNotificationUtils.java214 private void createChannel() { in createChannel() method in PackageInstalledNotificationUtils
335 createChannel(); in postAppInstalledNotification()