Home
last modified time | relevance | path

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

/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
DRotaryServiceTest.java671 AccessibilityNodeInfo mockHunFpv = mock(AccessibilityNodeInfo.class); in testNudgeTo_nudgeToHun() local
675 }).when(mockHunFpv).performAction(ACTION_RESTORE_DEFAULT_FOCUS); in testNudgeTo_nudgeToHun()
676 when(mockHunFpv.refresh()).thenReturn(true); in testNudgeTo_nudgeToHun()
677 when(mockHunFpv.getClassName()).thenReturn(Utils.FOCUS_PARKING_VIEW_CLASS_NAME); in testNudgeTo_nudgeToHun()
678 when(mNavigator.findFocusParkingViewInRoot(hunRoot)).thenReturn(mockHunFpv); in testNudgeTo_nudgeToHun()