Searched refs:createChannel (Results 1 – 3 of 3) sorted by relevance
81 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
98 fun createChannel(context: Context, id: String) { in createChannel() method159 createChannel(context, id) in updateNotificationChannels()
72 NotificationChannel channel = createChannel(context, channelId); in createOrUpdateChannel()76 private NotificationChannel createChannel(Context context, String channelId) { in createChannel() method in NotificationChannelManager