Searched refs:getCharging (Results 1 – 4 of 4) sorted by relevance
251 assertThat(drawable.getCharging()).isFalse()261 assertThat(drawable.getCharging()).isTrue()
182 fun getCharging(): Boolean { regex
484 String charging = mDrawable == null ? null : mDrawable.getCharging() + ""; in dump()
195 public boolean getCharging() { in getCharging() method in BatteryMeterDrawableBase