Home
last modified time | relevance | path

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

/packages/services/BuiltInPrintService/src/com/android/bips/
DBuiltInPrintService.java62 private static final String CHANNEL_ID_SECURITY = "security"; field in BuiltInPrintService
292 NotificationChannel channel = new NotificationChannel(CHANNEL_ID_SECURITY, in createNotificationChannel()
339 Notification notification = new Notification.Builder(this, CHANNEL_ID_SECURITY) in notifyCertificateChange()