Searched refs:stopCount (Results 1 – 2 of 2) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | MultiDisplayPolicyTests.java | 286 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/ |
D | ActivityManagerTestBase.java | 1533 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,
|