Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DAppCompatCameraOverridesTest.java71 robot.activity().createActivityWithComponentInNewTask(); in testShouldRefreshActivityForCameraCompat_flagIsDisabled_returnsFalse()
82 robot.activity().createActivityWithComponentInNewTask(); in testShouldRefreshActivityForCameraCompat_overrideEnabled_returnsFalse()
94 robot.activity().createActivityWithComponentInNewTask(); in testShouldRefreshActivityForCameraCompat_propertyIsTrueAndOverride_returnsFalse()
105 robot.activity().createActivityWithComponentInNewTask(); in testShouldRefreshActivityForCameraCompat_propertyIsFalse_returnsFalse()
116 robot.activity().createActivityWithComponentInNewTask(); in testShouldRefreshActivityForCameraCompat_propertyIsTrue_returnsTrue()
128 robot.activity().createActivityWithComponentInNewTask(); in testShouldRefreshActivityViaPauseForCameraCompat_flagIsDisabled_returnsFalse()
139 robot.activity().createActivityWithComponentInNewTask(); in testShouldRefreshActivityViaPauseForCameraCompat_overrideEnabled_returnsTrue()
151 robot.activity().createActivityWithComponentInNewTask(); in testShouldRefreshActivityViaPauseForCameraCompat_propertyFalseAndOverrideFalse()
162 robot.activity().createActivityWithComponentInNewTask(); in testShouldRefreshActivityViaPauseForCameraCompat_propertyIsTrue_returnsTrue()
172 robot.activity().createActivityWithComponentInNewTask(); in testShouldForceRotateForCameraCompat_flagIsDisabled_returnsFalse()
[all …]
DAppCompatActivityRobot.java115 createActivityWithComponentInNewTask(/* inNewTask */ mTaskStack.isEmpty(), in createActivityWithComponent()
120 createActivityWithComponentInNewTask(/* inNewTask */ false, /* inNewDisplay */ false); in createActivityWithComponentWithoutTask()
123 void createActivityWithComponentInNewTask() { in createActivityWithComponentInNewTask() method in AppCompatActivityRobot
124 createActivityWithComponentInNewTask(/* inNewTask */ true, /* inNewDisplay */ false); in createActivityWithComponentInNewTask()
128 createActivityWithComponentInNewTask(/* inNewTask */ true, /* inNewDisplay */ true); in createActivityWithComponentInNewTaskAndDisplay()
487 private void createActivityWithComponentInNewTask(boolean inNewTask, boolean inNewDisplay) { in createActivityWithComponentInNewTask() method in AppCompatActivityRobot
DAppCompatUtilsTest.java155 a.createActivityWithComponentInNewTask(); in testTopActivityEligibleForUserAspectRatioButton_eligible()
168 a.createActivityWithComponentInNewTask(); in testTopActivityEligibleForUserAspectRatioButton_disabled_notEligible()
181 a.createActivityWithComponentInNewTask(); in testTopActivityEligibleForUserAspectRatioButton_inSizeCompatMode_notEligible()
DAppCompatOrientationOverridesTest.java239 a.createActivityWithComponentInNewTask(); in testOverrideRespectRequestedOrientationIsEnabled_bottomOrientationIsRespected()
245 a.createActivityWithComponentInNewTask(); in testOverrideRespectRequestedOrientationIsEnabled_bottomOrientationIsRespected()