Home
last modified time | relevance | path

Searched defs:expectedActions (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
H A DFullScreenMagnificationGestureHandlerTest.java698 final List<Integer> expectedActions = new ArrayList(); in testTwoFingersOneTap_activatedState_dispatchMotionEvents() local
743 final List<Integer> expectedActions = new ArrayList(); in testThreeFingersOneTap_activatedState_dispatchMotionEvents() local
1470 final List<Integer> expectedActions = new ArrayList(); in testSynthesizedGestureEventsDoNotMoveMagnifierViewport() local
1560 final List<Integer> expectedActions = new ArrayList(); in testMouseMoveEventsMoveMagnifierViewport() local
1605 final List<Integer> expectedActions = new ArrayList(); in runHoverMovesViewportTest() local
1639 final List<Integer> expectedActions = new ArrayList(); in runDownDoesNotMoveViewportTest() local
1674 final List<Integer> expectedActions = new ArrayList(); in runUpDoesNotMoveViewportTest() local
1712 final List<Integer> expectedActions = new ArrayList(); in runMoveEventsDoNotMoveMagnifierViewport() local
1755 final List<Integer> expectedActions = new ArrayList(); in runHoverMoveEventsDoNotMoveMagnifierViewport() local
1771 List<Integer> expectedActions) { in assertActionsInOrder()
/aosp_15_r20/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
H A DShortcutManagerStartShortcutTest.java54 String id, int expectedNumIntents, String[] expectedActions) { in launchShortcutAndGetIntents()
61 String[] expectedActions) { in launchShortcutAndGetIntents()
77 String[] expectedActions) { in assertShortcutStarts()
/aosp_15_r20/external/connectedappssdk/tests/instrumented/src/main/java/com/google/android/enterprise/connectedapps/instrumented/utils/
H A DBlockingBroadcastReceiver.java34 private final Collection<String> expectedActions; field in BlockingBroadcastReceiver
37 public BlockingBroadcastReceiver(Context context, Collection<String> expectedActions) { in BlockingBroadcastReceiver()
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpPlayerTest.java113 long expectedActions = in setSupportedPlayerApplicationSettings() local
145 long expectedActions = in updateAvailableActions() local
/aosp_15_r20/frameworks/base/tests/Input/src/com/android/server/input/
H A DKeyGestureControllerTests.kt315 val expectedActions: IntArray, in <lambda>() constant in com.android.server.input.KeyGestureControllerTests.TestData
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DUserControllerTest.java383 List<String> expectedActions, Set<Integer> expectedMessageCodes) { in startUserAssertions()