Searched refs:isChargingSourceDock (Results 1 – 5 of 5) sorted by relevance
134 default boolean isChargingSourceDock() { in isChargingSourceDock() method
544 public boolean isChargingSourceDock() { in isChargingSourceDock() method in BatteryControllerImpl
225 Assert.assertTrue(mBatteryController.isChargingSourceDock()); in batteryStateChanged_withChargingSourceDock_isChargingSourceDockTrue()236 Assert.assertFalse(mBatteryController.isChargingSourceDock()); in batteryStateChanged_withChargingSourceNotDock_isChargingSourceDockFalse()
104 batteryController.isChargingSourceDock) { in registerCallbacks()
161 `when`(batteryController.isChargingSourceDock).thenReturn(true) in testRipple_whenDocked_doesNotPlayRipple()