Home
last modified time | relevance | path

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

/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
DRotaryServiceTest.java936 AccessibilityNodeInfo appButton3Node = createNode("app_button3"); in testNudgeTo_nudgeToNearestTarget() local
938 mRotaryService.setFocusedNode(appButton3Node); in testNudgeTo_nudgeToNearestTarget()
942 windows, appButton3Node, appFocusArea3Node, View.FOCUS_UP)) in testNudgeTo_nudgeToNearestTarget()
1007 AccessibilityNodeInfo appButton3Node = createNode("app_button3"); in testOnKeyEvents_nudgeUp_moveFocus() local
1009 mRotaryService.setFocusedNode(appButton3Node); in testOnKeyEvents_nudgeUp_moveFocus()
1013 windows, appButton3Node, appFocusArea3Node, View.FOCUS_UP)) in testOnKeyEvents_nudgeUp_moveFocus()
1696 AccessibilityNodeInfo appButton3Node = createNode("app_button3"); in testOnKeyEvents_centerButtonClickInSystemWindow_performActionClick() local
1697 mRotaryService.setFocusedNode(appButton3Node); in testOnKeyEvents_centerButtonClickInSystemWindow_performActionClick()
1705 when(mRotaryService.isInFocusedWindow(appButton3Node)).thenReturn(false); in testOnKeyEvents_centerButtonClickInSystemWindow_performActionClick()
1719 assertThat(mRotaryService.mIgnoreViewClickedNode).isEqualTo(appButton3Node); in testOnKeyEvents_centerButtonClickInSystemWindow_performActionClick()
[all …]