Searched refs:expectedNavBarCount (Results 1 – 2 of 2) sorted by relevance
293 void waitAndAssertNavBarShownOnDisplay(int displayId, int expectedNavBarCount) { in waitAndAssertNavBarShownOnDisplay() argument296 .getAndAssertNavBarWindowsOnDisplay(displayId, expectedNavBarCount); in waitAndAssertNavBarShownOnDisplay()
968 List<WindowState> getAndAssertNavBarWindowsOnDisplay(int displayId, int expectedNavBarCount) { in getAndAssertNavBarWindowsOnDisplay() argument976 navWindows.size() <= expectedNavBarCount); in getAndAssertNavBarWindowsOnDisplay()978 return navWindows.size() == expectedNavBarCount ? navWindows : null; in getAndAssertNavBarWindowsOnDisplay()