Searched refs:NFC_NOTIFICATION_CHANNEL (Results 1 – 1 of 1) sorted by relevance
35 private static final String NFC_NOTIFICATION_CHANNEL = "nfc_notification_channel"; field in NfcBlockedNotification51 Notification.Builder builder = new Notification.Builder(this, NFC_NOTIFICATION_CHANNEL); in onCreate()58 mNotificationChannel = new NotificationChannel(NFC_NOTIFICATION_CHANNEL, in onCreate()