Searched refs:batteryPercent (Results 1 – 2 of 2) sorted by relevance
758 int batteryPercent = BluetoothDevice.BATTERY_LEVEL_UNKNOWN; in onVendorSpecificHeadsetEvent() local761 batteryPercent = getBatteryLevelFromXEventVsc(args); in onVendorSpecificHeadsetEvent()764 batteryPercent = getBatteryLevelFromAppleBatteryVsc(args); in onVendorSpecificHeadsetEvent()767 if (batteryPercent != BluetoothDevice.BATTERY_LEVEL_UNKNOWN) { in onVendorSpecificHeadsetEvent()768 updateBatteryLevel(device, batteryPercent); in onVendorSpecificHeadsetEvent()770 batteryPercent) + "%"); in onVendorSpecificHeadsetEvent()
838 float batteryPercent = (100f * level) / scale; in isBatteryTooLowForEmergencyLocation() local847 "percent charged: " + batteryPercent + ", min required charge: " + threshold); in isBatteryTooLowForEmergencyLocation()848 return batteryPercent < threshold; in isBatteryTooLowForEmergencyLocation()