Home
last modified time | relevance | path

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

/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/
DDeviceAsWebcamFgService.java107 NotificationManager notMan = getSystemService(NotificationManager.class); in createNotificationChannel() local
108 Objects.requireNonNull(notMan).createNotificationChannel(channel); in createNotificationChannel()