Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
DIntentTestBase.java39 removeRootTasksWithActivityTypes(ALL_ACTIVITY_TYPE_BUT_HOME); in cleanUp()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DAssistantStackTests.java198 removeRootTasksWithActivityTypes(ACTIVITY_TYPE_ASSISTANT); in testAssistantStackFinishToPreviousApp()
257 removeRootTasksWithActivityTypes(ACTIVITY_TYPE_ASSISTANT); in testTranslucentAssistantActivityStackVisibility()
268 removeRootTasksWithActivityTypes(ACTIVITY_TYPE_ASSISTANT); in testTranslucentAssistantActivityStackVisibility()
315 removeRootTasksWithActivityTypes(ACTIVITY_TYPE_ASSISTANT); in testTranslucentAssistantActivityStackVisibility()
DFreeformWindowingModeTests.java219 removeRootTasksWithActivityTypes(ACTIVITY_TYPE_STANDARD); in testMultiWindowFullscreenOnNonPcDevice()
DStartActivityTests.java86 removeRootTasksWithActivityTypes(allActivityTypes); in testStartHomeIfNoActivities()
DActivityTransitionTests.java553 removeRootTasksWithActivityTypes(ALL_ACTIVITY_TYPE_BUT_HOME); in getTestBounds()
DPinnedStackTests.java966 removeRootTasksWithActivityTypes(ALL_ACTIVITY_TYPE_BUT_HOME); in testMovePipToBackWithNoFullscreenOrFreeformStack()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/activities/
DActivities.java163 .removeRootTasksWithActivityTypes(ALL_ACTIVITY_TYPE_BUT_HOME); in clearAllActivities()
/cts/tests/tests/dreams/src/android/service/dreams/cts/
DDreamServiceTest.java163 removeRootTasksWithActivityTypes(ACTIVITY_TYPE_DREAM); in testDreamServiceOnDestroyCallback()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java711 removeRootTasksWithActivityTypes(ALL_ACTIVITY_TYPE_BUT_HOME); in setUp()
743 removeRootTasksWithActivityTypes(ALL_ACTIVITY_TYPE_BUT_HOME); in tearDownBase()
859 protected void removeRootTasksWithActivityTypes(int... activityTypes) { in removeRootTasksWithActivityTypes() method in ActivityManagerTestBase
860 runWithShellPermission(() -> mAtm.removeRootTasksWithActivityTypes(activityTypes)); in removeRootTasksWithActivityTypes()
1802 removeRootTasksWithActivityTypes(ALL_ACTIVITY_TYPE_BUT_HOME);
/cts/common/device-side/bedstead/remoteframeworkclasses/src/processor/res/apis/
Dtest-current.txt206 …roid.Manifest.permission.MANAGE_ACTIVITY_TASKS) public void removeRootTasksWithActivityTypes(@NonN…