Home
last modified time | relevance | path

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

/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
DRotaryServiceTest.java804 Button appButton2 = activity.findViewById(R.id.app_button2); in testNudgeTo_nudgeToNudgeShortcut_new() local
805 appButton2.post(() -> appButton2.requestFocus()); in testNudgeTo_nudgeToNudgeShortcut_new()
807 assertThat(appButton2.isFocused()).isTrue(); in testNudgeTo_nudgeToNudgeShortcut_new()
868 Button appButton2 = activity.findViewById(R.id.app_button2); in testNudgeTo_nudgeToUserSpecifiedTarget() local
869 appButton2.post(() -> appButton2.requestFocus()); in testNudgeTo_nudgeToUserSpecifiedTarget()
871 assertThat(appButton2.isFocused()).isTrue(); in testNudgeTo_nudgeToUserSpecifiedTarget()