Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DActivityManagerTest.java357 DeviceConfigSession<Long> freezerDebounceTimeout = null; in testAppFreezerWithAllowOomAdj() local
377 freezerDebounceTimeout = new DeviceConfigSession<>( in testAppFreezerWithAllowOomAdj()
381 freezerDebounceTimeout.set(waitFor); in testAppFreezerWithAllowOomAdj()
461 if (freezerDebounceTimeout != null) { in testAppFreezerWithAllowOomAdj()
462 freezerDebounceTimeout.close(); in testAppFreezerWithAllowOomAdj()