Searched refs:NFC_NOTIFICATION_CHANNEL (Results 1 – 2 of 2) sorted by relevance
33 private static final String NFC_NOTIFICATION_CHANNEL = "nfc_notification_channel"; field in NfcBlockedNotification60 Notification.Builder builder = new Notification.Builder(mContext, NFC_NOTIFICATION_CHANNEL); in startNotification()68 mNotificationChannel = new NotificationChannel(NFC_NOTIFICATION_CHANNEL, in startNotification()
37 private static final String NFC_NOTIFICATION_CHANNEL = "nfc_logging_channel"; field in NfcDeveloperOptionNotification60 Notification.Builder builder = new Notification.Builder(mContext, NFC_NOTIFICATION_CHANNEL); in startNotification()69 mNotificationChannel = new NotificationChannel(NFC_NOTIFICATION_CHANNEL, in startNotification()