Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
DAppStandbyControllerTests.java111 private static final long STABLE_CHARGING_THRESHOLD = 2000; field in AppStandbyControllerTests
231 + "stable_charging_threshold=" + STABLE_CHARGING_THRESHOLD; in getAppIdleSettings()
391 paroleListener.awaitOnLatch(STABLE_CHARGING_THRESHOLD * 3 / 2); in testCharging()
395 assertEquals(STABLE_CHARGING_THRESHOLD, in testCharging()
404 paroleListener.awaitOnLatch(STABLE_CHARGING_THRESHOLD * 3 / 2); in testCharging()
417 paroleListener.awaitOnLatch(STABLE_CHARGING_THRESHOLD * 3 / 2); in testCharging()
424 paroleListener.awaitOnLatch(STABLE_CHARGING_THRESHOLD * 3 / 2); in testCharging()
427 assertEquals(STABLE_CHARGING_THRESHOLD, in testCharging()
448 paroleListener.awaitOnLatch(STABLE_CHARGING_THRESHOLD * 3 / 2); in testEnabledState()
454 paroleListener.awaitOnLatch(STABLE_CHARGING_THRESHOLD * 3 / 2); in testEnabledState()
[all …]