Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityRecordTests.java136 final MutableBoolean pauseFound = new MutableBoolean(false); in testPausingWhenVisibleFromStopped() local
140 pauseFound.value = true; in testPausingWhenVisibleFromStopped()
150 assertFalse(pauseFound.value); in testPausingWhenVisibleFromStopped()
159 assertTrue(pauseFound.value); in testPausingWhenVisibleFromStopped()