Home
last modified time | relevance | path

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

/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/activities/
DDeviceLockNotificationManager.java300 String provisioningChannelId = PROVISION_NOTIFICATION_CHANNEL_ID_BASE in createProvisionNotificationChannelId() local
304 return provisioningChannelId; in createProvisionNotificationChannelId()
310 String provisioningChannelId = getProvisionNotificationChannelId(context); in createNotificationChannel()
315 notificationManager.getNotificationChannel(provisioningChannelId); in createNotificationChannel()
319 LogUtil.w(TAG, "Channel " + provisioningChannelId in createNotificationChannel()
321 notificationManager.deleteNotificationChannel(provisioningChannelId); in createNotificationChannel()
326 provisioningChannelId = createProvisionNotificationChannelId(context); in createNotificationChannel()
328 provisioningChannelId, in createNotificationChannel()
331 LogUtil.i(TAG, "New notification channel: " + provisioningChannelId); in createNotificationChannel()
335 return provisioningChannelId; in createNotificationChannel()