Home
last modified time | relevance | path

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

/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/
DNotificationCenter.java60 private static final String DEFAULT_NOTIFICATION_CHANNEL = "btservices-default-channel"; field in NotificationCenter
124 ensureNotificationChannel(DEFAULT_NOTIFICATION_CHANNEL, IMPORTANCE_LOW, name, descr); in createNotificationChannel()
281 Notification notification = new Notification.Builder(mContext, DEFAULT_NOTIFICATION_CHANNEL) in postLowBatteryNotification()