Home
last modified time | relevance | path

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

/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/
DBluetoothDeviceService.java379 private void refreshLowBatteryNotification(BluetoothDevice device, boolean forceNotification) { in refreshLowBatteryNotification() method in BluetoothDeviceService
390 NotificationCenter.refreshLowBatteryNotification( in refreshLowBatteryNotification()
393 NotificationCenter.refreshLowBatteryNotification( in refreshLowBatteryNotification()
396 NotificationCenter.refreshLowBatteryNotification( in refreshLowBatteryNotification()
684 refreshLowBatteryNotification(device, false); in getBatteryLevel()
717 refreshLowBatteryNotification(device, false); in initializeDeviceBatteryLevelRead()
730 refreshLowBatteryNotification(device, true); in initializeDeviceBatteryLevelRead()
DNotificationCenter.java96 public static synchronized void refreshLowBatteryNotification( in refreshLowBatteryNotification() method in NotificationCenter