Searched refs:showChargingAnimation (Results 1 – 6 of 6) sorted by relevance
190 verify(mStatusBarManagerInternal, times(1)).showChargingAnimation(5); in testWirelessAnimationEnabled()206 verify(mStatusBarManagerInternal, never()).showChargingAnimation(anyInt()); in testWirelessAnimationDisabled()
52 void showChargingAnimation(int batteryLevel); in showChargingAnimation() method
419 public void showChargingAnimation(int batteryLevel) {
825 mStatusBarManagerInternal.showChargingAnimation(batteryLevel); in showWirelessChargingStarted()
2207 showChargingAnimation(batteryLevel, UNKNOWN_BATTERY_LEVEL, 0); in showWirelessChargingAnimation()2210 protected void showChargingAnimation(int batteryLevel, int transmittingBatteryLevel, in showChargingAnimation() method
39091 PLcom/android/server/statusbar/StatusBarManagerService$1;->showChargingAnimation(I)V