Searched refs:forceNotification (Results 1 – 2 of 2) sorted by relevance
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/ |
D | NotificationCenter.java | 99 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()
|
D | BluetoothDeviceService.java | 379 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()
|