HomeSort by relevance Sort by last modified time
    Searched refs:openAllWidgets (Results 1 - 9 of 9) sorted by null

  /platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
ILauncherStrategy.java 79 public UiObject2 openAllWidgets(boolean reset);
NexusLauncherStrategy.java 119 public UiObject2 openAllWidgets(boolean reset) {
131 Assert.assertNotNull("openAllWidgets: did not find all widgets container",
AospLauncherStrategy.java 108 public UiObject2 openAllWidgets(boolean reset) {
131 "openAllWidgets: did not find all widgets container", allWidgetsContainer);
AutoLauncherStrategy.java 174 public UiObject2 openAllWidgets(boolean reset) {
BaseLauncher3Strategy.java 119 public UiObject2 openAllWidgets(boolean reset) {
129 Assert.assertNotNull("openAllWidgets: did not find all widgets container",
WearLauncherStrategy.java 135 public UiObject2 openAllWidgets(boolean reset) {
LeanbackLauncherStrategy.java 336 public UiObject2 openAllWidgets(boolean reset) {
TvLauncherStrategy.java     [all...]
  /platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
LauncherJankTests.java 240 public void openAllWidgets() throws UiObjectNotFoundException, IOException {
241 mLauncherStrategy.openAllWidgets(true);
255 @JankTest(beforeTest="openAllWidgets", afterTest="afterTestWidgetsContainerFling",

Completed in 104 milliseconds