Searched refs:getBatteryLevel (Results 1 – 7 of 7) sorted by relevance
424 final int battery = getBatteryLevel(device); in isRemoteLowBattery()442 final int battery = getBatteryLevel(device); in isRemoteCriticalBattery()663 private int getBatteryLevel(BluetoothDevice device) { in getBatteryLevel() method in BluetoothDeviceService835 public int getBatteryLevel(BluetoothDevice device) { in getBatteryLevel() method in BluetoothDeviceService.LocalBinder836 return BluetoothDeviceService.this.getBatteryLevel(device); in getBatteryLevel()
34 public int getBatteryLevel(BluetoothDevice device) { in getBatteryLevel() method in LocalBluetoothDeviceProvider37 return provider.getBatteryLevel(device); in getBatteryLevel()
32 int getBatteryLevel(BluetoothDevice device); in getBatteryLevel() method
85 int battery = mProvider.getBatteryLevel(mDevice); in update()
651 int battery = btDeviceProvider.getBatteryLevel(device); in createBluetoothDeviceSlice()789 int batteryLevel = provider.getBatteryLevel(device); in updateBtDevicePreference()
174 int batteryLevel = provider.getBatteryLevel(device); in updateBtDevicePreference()
103 int battery = mDevice.getBatteryLevel(); in getLastKnownBatteryLevel()