Home
last modified time | relevance | path

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

/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DJobParametersTest.java126 BatteryUtils.runDumpsysBatterySetLevel(100); in testStopReason()
131 () -> BatteryUtils.runDumpsysBatterySetLevel(5)); in testStopReason()
134 BatteryUtils.runDumpsysBatterySetLevel(100); in testStopReason()
DJobThrottlingTest.java426 BatteryUtils.runDumpsysBatterySetLevel(100); in testJobsInRestrictedBucket_CorrectParoleWhileCharging()
470 BatteryUtils.runDumpsysBatterySetLevel(100); in testJobsInRestrictedBucket_DeferredUntilFreeResources()
511 BatteryUtils.runDumpsysBatterySetLevel(100); in testJobsInRestrictedBucket_NoRequiredNetwork()
554 BatteryUtils.runDumpsysBatterySetLevel(100); in testJobsInRestrictedBucket_WithRequiredNetwork()
887 BatteryUtils.runDumpsysBatterySetLevel(100); in testRestrictingStopReason_RestrictedBucket()
930 BatteryUtils.runDumpsysBatterySetLevel(100); in testRestrictingStopReason_RestrictedBucket()
939 BatteryUtils.runDumpsysBatterySetLevel(1); in testRestrictingStopReason_RestrictedBucket()
/cts/tests/tests/batterysaving/src/android/os/cts/batterysaving/
DActionChargingTest.java140 BatteryUtils.runDumpsysBatterySetLevel(50); in checkActionChargingDeferred()
162 BatteryUtils.runDumpsysBatterySetLevel(51); in checkActionChargingDeferred()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DBatteryUtils.java65 public static void runDumpsysBatterySetLevel(int level) throws Exception { in runDumpsysBatterySetLevel() method in BatteryUtils
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java965 BatteryUtils.runDumpsysBatterySetLevel(100); in testIsAppInactive_Charging()