Home
last modified time | relevance | path

Searched refs:getChargingIntent (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/
DBatteryTestUtils.java24 public static Intent getChargingIntent() { in getChargingIntent() method in BatteryTestUtils
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
DBatteryInfoTest.java98 mChargingBatteryBroadcast = BatteryTestUtils.getChargingIntent(); in setUp()