Home
last modified time | relevance | path

Searched refs:BATTERY_LEVEL_UNKNOWN (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceTest.java67 private int mBatteryLevel = BluetoothDevice.BATTERY_LEVEL_UNKNOWN;
117 mBatteryLevel = BluetoothDevice.BATTERY_LEVEL_UNKNOWN; in testGetConnectionSummary_testSingleProfileConnectDisconnect()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DBluetoothTile.java136 if (batteryLevel != BluetoothDevice.BATTERY_LEVEL_UNKNOWN) { in handleUpdateState()
312 if (batteryLevel != BluetoothDevice.BATTERY_LEVEL_UNKNOWN) { in updateItems()
/frameworks/base/core/java/android/bluetooth/
DBluetoothDevice.java230 public static final int BATTERY_LEVEL_UNKNOWN = -1; field in BluetoothDevice
920 return BATTERY_LEVEL_UNKNOWN; in getBatteryLevel()
927 return BATTERY_LEVEL_UNKNOWN; in getBatteryLevel()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java893 if (batteryLevel != BluetoothDevice.BATTERY_LEVEL_UNKNOWN) { in getConnectionSummary()