Home
last modified time | relevance | path

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

/cts/hostsidetests/services/activityandwindowmanager/activitymanager/src/android/server/cts/
DActivityManagerDisplayTests.java45 private static final String NON_RESIZEABLE_ACTIVITY_NAME = "NonResizeableActivity"; field in ActivityManagerDisplayTests
374 launchActivityOnDisplay(NON_RESIZEABLE_ACTIVITY_NAME, newDisplay.mDisplayId); in testLaunchNonResizeableActivityOnSecondaryDisplay()
375 mAmWmState.computeState(mDevice, new String[] {NON_RESIZEABLE_ACTIVITY_NAME}); in testLaunchNonResizeableActivityOnSecondaryDisplay()
378 NON_RESIZEABLE_ACTIVITY_NAME); in testLaunchNonResizeableActivityOnSecondaryDisplay()
385 getActivityComponentName(NON_RESIZEABLE_ACTIVITY_NAME), in testLaunchNonResizeableActivityOnSecondaryDisplay()
404 launchActivityOnDisplay(NON_RESIZEABLE_ACTIVITY_NAME, newDisplay.mDisplayId); in testLaunchNonResizeableActivityWithSplitScreen()
405 mAmWmState.computeState(mDevice, new String[] {NON_RESIZEABLE_ACTIVITY_NAME}); in testLaunchNonResizeableActivityWithSplitScreen()
408 NON_RESIZEABLE_ACTIVITY_NAME); in testLaunchNonResizeableActivityWithSplitScreen()
415 getActivityComponentName(NON_RESIZEABLE_ACTIVITY_NAME), in testLaunchNonResizeableActivityWithSplitScreen()
431 launchActivityInNewTask(NON_RESIZEABLE_ACTIVITY_NAME); in testMoveNonResizeableActivityToSecondaryDisplay()
[all …]
DActivityManagerDockedStackTests.java32 private static final String NON_RESIZEABLE_ACTIVITY_NAME = "NonResizeableActivity"; field in ActivityManagerDockedStackTests
84 launchActivityInDockStack(NON_RESIZEABLE_ACTIVITY_NAME); in testNonResizeableNotDocked()
85 mAmWmState.computeState(mDevice, new String[] {NON_RESIZEABLE_ACTIVITY_NAME}); in testNonResizeableNotDocked()