Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/
DConfigChangeTests.java147 final int relaunch = relaunchCount1 + relaunchCount2; in testRotation180WithCutout() local
151 assertEquals("There must be no relaunch during test", 0, relaunch); in testRotation180WithCutout()
158 + " or a configuration change.").that(relaunch + configChange).isLessThan(2); in testRotation180WithCutout()
249 private void testChangeFontScale(ComponentName activityName, boolean relaunch) { in testChangeFontScale() argument
271 countSpec(ActivityCallback.ON_DESTROY, CountSpec.EQUALS, relaunch ? 1 : 0), in testChangeFontScale()
272 countSpec(ActivityCallback.ON_CREATE, CountSpec.EQUALS, relaunch ? 1 : 0), in testChangeFontScale()
273 countSpec(ActivityCallback.ON_RESUME, CountSpec.EQUALS, relaunch ? 1 : 0), in testChangeFontScale()
275 CountSpec.GREATER_THAN_OR_EQUALS, relaunch ? 0 : 1)); in testChangeFontScale()
/cts/tests/framework/base/windowmanager/src/android/server/wm/display/
DAppConfigurationTests.java263 private void moveActivityFullSplitFull(boolean relaunch) { in moveActivityFullSplitFull() argument
266 final ComponentName activityName = relaunch ? TEST_ACTIVITY : RESIZEABLE_ACTIVITY; in moveActivityFullSplitFull()
274 if (relaunch) { in moveActivityFullSplitFull()
290 if (relaunch) { in moveActivityFullSplitFull()
313 if (relaunch && !orientationChanged) { in moveActivityFullSplitFull()
319 assertActivityLifecycle(activityName, relaunch); in moveActivityFullSplitFull()