Searched refs:mockHunFpv (Results 1 – 1 of 1) sorted by relevance
671 AccessibilityNodeInfo mockHunFpv = mock(AccessibilityNodeInfo.class); in testNudgeTo_nudgeToHun() local675 }).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()