Home
last modified time | relevance | path

Searched refs:secondaryDisplayId (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/car/src/android/car/app/cts/
DCarActivityManagerTest.java124 int secondaryDisplayId = secondaryDisplay.getDisplayId(); in testSetPersistentActivity() local
132 secondaryDisplayId, FEATURE_DEFAULT_TASK_CONTAINER); in testSetPersistentActivity()
142 assertThat(activity.getDisplay().getDisplayId()).isEqualTo(secondaryDisplayId); in testSetPersistentActivity()
151 secondaryDisplayId, FEATURE_UNDEFINED); in testSetPersistentActivity()
203 int secondaryDisplayId = secondaryDisplay.getDisplayId(); in testMoveRootTaskToDisplay() local
214 mCarActivityManager.moveRootTaskToDisplay(activity.getTaskId(), secondaryDisplayId); in testMoveRootTaskToDisplay() local
224 .isEqualTo(secondaryDisplayId); in testMoveRootTaskToDisplay()
/cts/tests/framework/base/windowmanager/src/android/server/wm/input/
DWindowFocusTests.java160 final int secondaryDisplayId = session.getDisplayId(); in testKeyReceiving() local
163 sendAndAssertTargetConsumedKey(secondaryActivity, KEYCODE_3, secondaryDisplayId); in testKeyReceiving()
173 sendKey(ACTION_DOWN, KEYCODE_6, secondaryDisplayId); in testKeyReceiving()
208 final int secondaryDisplayId = session.getDisplayId(); in testKeyReceivingWithDisplayWithOwnFocus() local
218 sendAndAssertTargetConsumedKey(secondaryActivity, KEYCODE_1, secondaryDisplayId); in testKeyReceivingWithDisplayWithOwnFocus()
229 sendAndAssertTargetConsumedKey(secondaryActivity, KEYCODE_9, secondaryDisplayId); in testKeyReceivingWithDisplayWithOwnFocus()
286 final int secondaryDisplayId = session.getDisplayId(); in testMovingDisplayToTopByKeyEvent() local
292 sendAndAssertTargetConsumedKey(secondaryActivity, KEYCODE_2, secondaryDisplayId); in testMovingDisplayToTopByKeyEvent()
319 final int secondaryDisplayId = session.getDisplayId(); in testStealingTopFocusDisabledDoesNotMoveDisplayToTop() local
334 sendAndAssertTargetConsumedKey(secondaryActivity, KEYCODE_3, secondaryDisplayId); in testStealingTopFocusDisabledDoesNotMoveDisplayToTop()
[all …]
/cts/tests/input/src/android/input/cts/
DTouchModeTest.kt210 val secondaryDisplayId = findOrCreateSecondaryDisplay() in <lambda>() constant
214 assertSecondaryDisplayTouchModeState(secondaryDisplayId, isInTouch = true) in <lambda>()
237 val secondaryDisplayId = findOrCreateSecondaryDisplay() in <lambda>() constant
242 secondaryDisplayId, in <lambda>()
260 val secondaryDisplayId = createVirtualDisplay( in <lambda>() constant
267 secondaryDisplayId, in <lambda>()