Home
last modified time | relevance | path

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

/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/
DNotificationCenter.java119 ensureNotificationChannel(DFU_NOTIFICATION_CHANNEL, IMPORTANCE_MAX, dfuName, dfuDescr); in createNotificationChannel()
124 ensureNotificationChannel(DEFAULT_NOTIFICATION_CHANNEL, IMPORTANCE_LOW, name, descr); in createNotificationChannel()
125 ensureNotificationChannel(HIGH_PRIORITY_NOTIFICATION_CHANNEL, IMPORTANCE_DEFAULT, name, in createNotificationChannel()
127 ensureNotificationChannel(CRITICAL_NOTIFICATION_CHANNEL, IMPORTANCE_HIGH, name, descr); in createNotificationChannel()
130 private void ensureNotificationChannel(String channelId, in ensureNotificationChannel() method in NotificationCenter