Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/
DBatteryTestUtils.java25 return getCustomBatteryIntent( in getChargingIntent()
33 return getCustomBatteryIntent( in getDischargingIntent()
40 private static Intent getCustomBatteryIntent(int plugged, int level, int scale, int status) { in getCustomBatteryIntent() method in BatteryTestUtils