Searched refs:BATTERY_LEVEL_UNKNOWN (Results 1 – 6 of 6) sorted by relevance
48 public static final int BATTERY_LEVEL_UNKNOWN = -1; field in BatteryStatus190 return BATTERY_LEVEL_UNKNOWN; in getBatteryLevel()193 batteryChangedIntent.getIntExtra(BatteryManager.EXTRA_LEVEL, BATTERY_LEVEL_UNKNOWN); in getBatteryLevel()196 ? BATTERY_LEVEL_UNKNOWN in getBatteryLevel()
89 private int mBatteryLevel = BluetoothDevice.BATTERY_LEVEL_UNKNOWN;203 mBatteryLevel = BluetoothDevice.BATTERY_LEVEL_UNKNOWN; in getConnectionSummary_testSingleProfileConnectDisconnect()266 mBatteryLevel = BluetoothDevice.BATTERY_LEVEL_UNKNOWN; in getConnectionSummary_testSingleProfileActiveDeviceA2dp()363 mBatteryLevel = BluetoothDevice.BATTERY_LEVEL_UNKNOWN; in getConnectionSummary_testSingleProfileActiveDeviceHfp()556 doAnswer((invocation) -> BluetoothDevice.BATTERY_LEVEL_UNKNOWN).when( in getConnectionSummary_testMemberDevicesBatteryUnknown_returnMinBattery()570 doAnswer((invocation) -> BluetoothDevice.BATTERY_LEVEL_UNKNOWN).when( in getConnectionSummary_testAllDevicesBatteryUnknown_returnNoBattery()609 mBatteryLevel = BluetoothDevice.BATTERY_LEVEL_UNKNOWN; in getConnectionSummary_testMultipleProfilesActiveDevice()697 mBatteryLevel = BluetoothDevice.BATTERY_LEVEL_UNKNOWN; in getCarConnectionSummary_singleProfileConnectDisconnect()760 mBatteryLevel = BluetoothDevice.BATTERY_LEVEL_UNKNOWN; in getCarConnectionSummary_singleProfileActiveDeviceA2dp()792 mBatteryLevel = BluetoothDevice.BATTERY_LEVEL_UNKNOWN; in getCarConnectionSummary_singleProfileActiveDeviceHfp()[all …]
562 int mBluetoothBatteryLevel = BluetoothDevice.BATTERY_LEVEL_UNKNOWN;564 int mBluetoothMetadataBatteryLevel = BluetoothDevice.BATTERY_LEVEL_UNKNOWN;613 mBluetoothBatteryLevel = BluetoothDevice.BATTERY_LEVEL_UNKNOWN; in configureDeviceMonitor()678 mBluetoothMetadataBatteryLevel = BluetoothDevice.BATTERY_LEVEL_UNKNOWN; in stopBluetoothMetadataMonitoring()720 mBluetoothMetadataBatteryLevel = BluetoothDevice.BATTERY_LEVEL_UNKNOWN; in updateBluetoothMetadataState()962 BluetoothDevice.BATTERY_LEVEL_UNKNOWN);
664 .filter(batteryLevel -> batteryLevel > BluetoothDevice.BATTERY_LEVEL_UNKNOWN) in getMinBatteryLevelWithMemberDevices()666 .orElse(BluetoothDevice.BATTERY_LEVEL_UNKNOWN); in getMinBatteryLevelWithMemberDevices()1166 if (batteryLevel > BluetoothDevice.BATTERY_LEVEL_UNKNOWN) { in getConnectionSummary()1341 if (batteryLevel > BluetoothDevice.BATTERY_LEVEL_UNKNOWN) { in getCarConnectionSummary()
232 if (batteryLevel > BluetoothDevice.BATTERY_LEVEL_UNKNOWN) { in getSecondaryLabel()
770 BluetoothDevice.BATTERY_LEVEL_UNKNOWN)