Home
last modified time | relevance | path

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

/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/
DNotificationCenter.java92 nc.mNotificationManager = context.getSystemService(NotificationManager.class); in initialize()
132 if (mNotificationManager.getNotificationChannel(channelId) != null) { in ensureNotificationChannel()
137 mNotificationManager.createNotificationChannel(channel); in ensureNotificationChannel()
147 private NotificationManager mNotificationManager; field in NotificationCenter
216 mNotificationManager.notify(notificationId, notification); in sendDfuNotificationImpl()
222 mNotificationManager.cancel(notificationId); in dismissUpdateNotificationImpl()
232 mNotificationManager.cancel(notificationId); in refreshLowBatteryNotificationImpl()
239 mNotificationManager.cancel(notificationId); in refreshLowBatteryNotificationImpl()
288 mNotificationManager.notify(notificationId, notification); in postLowBatteryNotification()
317 mNotificationManager.notify(notificationId, notification); in postCriticalBatteryNotification()
[all …]