Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplayPolicyTests.java286 int stopCount = 0; in testExternalDisplayActivityTurnPrimaryOff() local
288 stopCount = (new ActivityLifecycleCounts(RESIZEABLE_ACTIVITY)) in testExternalDisplayActivityTurnPrimaryOff()
290 if (stopCount == 1) { in testExternalDisplayActivityTurnPrimaryOff()
297 if (stopCount != 1) { in testExternalDisplayActivityTurnPrimaryOff()
298 fail(RESIZEABLE_ACTIVITY + " has received " + stopCount in testExternalDisplayActivityTurnPrimaryOff()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java1533 int createCount, int startCount, int resumeCount, int pauseCount, int stopCount,
1541 countSpec(ActivityCallback.ON_STOP, CountSpec.EQUALS, stopCount),
1548 int createCount, int startCount, int resumeCount, int pauseCount, int stopCount,
1551 createCount, startCount, resumeCount, pauseCount, stopCount,