Home
last modified time | relevance | path

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

/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DNavigationControlHelper.java27 private static final BySelector NAVIGATION_BAR_VIEW = field in NavigationControlHelper
34 final boolean navBarInvisible = sDevice.wait(Until.gone(NAVIGATION_BAR_VIEW), 2_000); in assertNavigationBarNotVisible()