Home
last modified time | relevance | path

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

/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/
DNotificationCenter.java59 private static final String DFU_NOTIFICATION_CHANNEL = "btservices-remote-dfu-channel"; field in NotificationCenter
119 ensureNotificationChannel(DFU_NOTIFICATION_CHANNEL, IMPORTANCE_MAX, dfuName, dfuDescr); in createNotificationChannel()
206 Notification notification = new Notification.Builder(mContext, DFU_NOTIFICATION_CHANNEL) in sendDfuNotificationImpl()