Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowStateTests.java524 final int[] numRemovals = new int[2]; in testOnExitAnimationDone() local
528 numRemovals[0]++; in testOnExitAnimationDone()
534 numRemovals[1]++; in testOnExitAnimationDone()
549 assertEquals(1, numRemovals[0]); in testOnExitAnimationDone()
550 assertEquals(1, numRemovals[1]); in testOnExitAnimationDone()