Home
last modified time | relevance | path

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

/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/
DDeviceAsWebcamFgService.java49 private static final String NOTIF_CHANNEL_ID = "WebcamService"; field in DeviceAsWebcamFgService
105 NotificationChannel channel = new NotificationChannel(NOTIF_CHANNEL_ID, in createNotificationChannel()
109 return NOTIF_CHANNEL_ID; in createNotificationChannel()