Home
last modified time | relevance | path

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

/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/settings/
DLocalBluetoothDeviceProvider.java43 public String mapBatteryLevel(Context context, BluetoothDevice device, int level) { in mapBatteryLevel() method in LocalBluetoothDeviceProvider
46 return provider.mapBatteryLevel(context, device, level); in mapBatteryLevel()
DBluetoothDeviceProvider.java34 String mapBatteryLevel(Context context, BluetoothDevice device, int level); in mapBatteryLevel() method
DConnectedDevicesSliceProvider.java653 String batteryText = btDeviceProvider.mapBatteryLevel(context, device, battery); in createBluetoothDeviceSlice()
799 String batteryText = provider.mapBatteryLevel(context, device, batteryLevel); in updateBtDevicePreference()
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/
DBluetoothDeviceService.java697 private String mapBatteryLevel(Context context, BluetoothDevice device, int level) { in mapBatteryLevel() method in BluetoothDeviceService
705 return proxy.mapBatteryLevel(context, level); in mapBatteryLevel()
840 public String mapBatteryLevel(Context context, BluetoothDevice device, int level) { in mapBatteryLevel() method in BluetoothDeviceService.LocalBinder
841 return BluetoothDeviceService.this.mapBatteryLevel(context, device, level); in mapBatteryLevel()
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/
DRemoteProxy.java181 public String mapBatteryLevel(Context context, int level) { in mapBatteryLevel() method in RemoteProxy