Searched refs:charging (Results 1 – 7 of 7) sorted by relevance
180 Drawable createBtBatteryIcon(Context context, int level, boolean charging) { in createBtBatteryIcon() argument189 drawable.setCharging(charging); in createBtBatteryIcon()207 final boolean charging = BluetoothUtils.getBooleanMetaData(bluetoothDevice, chargeMetaKey); in updateSubLayout()211 imageView.setImageDrawable(createBtBatteryIcon(mContext, batteryLevel, charging)); in updateSubLayout()
89 public void setCharging(boolean charging) { in setCharging() argument90 mDrawable.setCharging(charging); in setCharging()
86 public void setCharging(boolean charging) { in setCharging() argument87 mDrawable.setCharging(charging); in setCharging()
322 private BatteryInfo getBatteryInfo(boolean charging, boolean enhanced, boolean estimate) { in getBatteryInfo() argument323 if (charging && estimate) { in getBatteryInfo()333 charging ? mChargingBatteryBroadcast : mDisChargingBatteryBroadcast, in getBatteryInfo()