Home
last modified time | relevance | path

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

/packages/modules/Permission/tests/cts/permissionui/CreateNotificationChannelsApp31/src/android/permissionui/cts/usepermission/
DCreateNotificationChannelsActivity.kt81 handler.postDelayed({ createChannel() }, DELAY_MS) in handleIntent()
87 createChannel() in handleIntent()
132 createChannel() in onWindowFocusChanged()
136 private fun createChannel() { in createChannel() method in android.permissionui.cts.usepermission.CreateNotificationChannelsActivity
/packages/apps/DeskClock/src/com/android/deskclock/
DNotificationUtils.kt98 fun createChannel(context: Context, id: String) { in createChannel() method
159 createChannel(context, id) in updateNotificationChannels()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DNotificationChannelManager.java72 NotificationChannel channel = createChannel(context, channelId); in createOrUpdateChannel()
76 private NotificationChannel createChannel(Context context, String channelId) { in createChannel() method in NotificationChannelManager