Home
last modified time | relevance | path

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

/cts/hostsidetests/net/src/com/android/cts/net/
DNetPolicyTestsPreparer.java50 private void setAppIdleConstants(String appIdleConstants) throws DeviceNotAvailableException { in setAppIdleConstants() argument
51 executeCmd("settings put global app_idle_constants \"" + appIdleConstants + "\""); in setAppIdleConstants()
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DAbstractRestrictBackgroundNetworkTestCase.java164 final String appIdleConstants = "parole_duration=0,stable_charging_threshold=0"; in setUp() local
165 executeShellCommand("settings put global app_idle_constants " + appIdleConstants); in setUp()
168 assertEquals(appIdleConstants, currentConstants); in setUp()