Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/unit/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
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/
DBatteryTestUtils.java60 return getCustomBatteryIntent( in getChargingIntent()
68 return getCustomBatteryIntent( in getDischargingIntent()
188 public static Intent getCustomBatteryIntent(int plugged, int level, int scale, int status) { in getCustomBatteryIntent() method in BatteryTestUtils