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.java174 final MutableBoolean pauseFound = new MutableBoolean(false); in testPausingWhenVisibleFromStopped() local
178 pauseFound.value = true; in testPausingWhenVisibleFromStopped()
188 assertFalse(pauseFound.value); in testPausingWhenVisibleFromStopped()
197 assertTrue(pauseFound.value); in testPausingWhenVisibleFromStopped()