Home
last modified time | relevance | path

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

/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/
DNotificationCenter.java99 boolean forceNotification) { in refreshLowBatteryNotification() argument
100 getInstance().refreshLowBatteryNotificationImpl(device, state, forceNotification); in refreshLowBatteryNotification()
227 boolean forceNotification) { in refreshLowBatteryNotificationImpl() argument
249 postLowBatteryNotification(device, forceNotification); in refreshLowBatteryNotificationImpl()
253 postCriticalBatteryNotification(device, forceNotification); in refreshLowBatteryNotificationImpl()
DBluetoothDeviceService.java379 private void refreshLowBatteryNotification(BluetoothDevice device, boolean forceNotification) { in refreshLowBatteryNotification() argument
391 device, NotificationCenter.BatteryState.CRITICAL, forceNotification); in refreshLowBatteryNotification()
394 device, NotificationCenter.BatteryState.LOW, forceNotification); in refreshLowBatteryNotification()
397 device, NotificationCenter.BatteryState.GOOD, forceNotification); in refreshLowBatteryNotification()