Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
H A DRotaryServiceTest.java210 AccessibilityNodeInfo button3Node = createNode("button3"); in testInitFocus_focusOnAlreadyFocusedView() local
211 assertThat(mRotaryService.getFocusedNode()).isEqualTo(button3Node); in testInitFocus_focusOnAlreadyFocusedView()
292 AccessibilityNodeInfo button3Node = createNode("button3"); in testInitFocus_focusOnLastTouchedView() local
293 mRotaryService.setLastTouchedNode(button3Node); in testInitFocus_focusOnLastTouchedView()
297 assertThat(mRotaryService.getFocusedNode()).isEqualTo(button3Node); in testInitFocus_focusOnLastTouchedView()
502 AccessibilityNodeInfo button3Node = createNode("button3"); in testOnRotaryEvents_withFocusedView() local
503 assertThat(mRotaryService.getFocusedNode()).isEqualTo(button3Node); in testOnRotaryEvents_withFocusedView()
508 assertThat(mRotaryService.getFocusedNode()).isEqualTo(button3Node); in testOnRotaryEvents_withFocusedView()
572 AccessibilityNodeInfo button3Node = createNode("button3"); in testOnRotaryEvents_acceleration() local
573 assertThat(mRotaryService.getFocusedNode()).isEqualTo(button3Node); in testOnRotaryEvents_acceleration()