Searched refs:FOCUSED_VIEW (Results 1 – 3 of 3) sorted by relevance
18 import static com.android.tv.testing.uihelper.Constants.FOCUSED_VIEW;112 BySelector hasFocusedDescendant = By.hasDescendant(FOCUSED_VIEW); in assertNavigateTo()
37 public static final BySelector FOCUSED_VIEW = By.focused(true); field in Constants
20 import static com.android.tv.testing.uihelper.Constants.FOCUSED_VIEW;152 UiObject2 focusedView = menu.findObject(FOCUSED_VIEW); in assertButtonHasFocus()