Loading tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +3 −0 Original line number Original line Diff line number Diff line Loading @@ -543,6 +543,9 @@ public final class LauncherInstrumentation { // accessibility events prior to pressing Home. // accessibility events prior to pressing Home. final String action; final String action; if (getNavigationModel() == NavigationModel.ZERO_BUTTON) { if (getNavigationModel() == NavigationModel.ZERO_BUTTON) { final String anomaly = getAnomalyMessage(); if (anomaly != null) fail("Can't swipe up to Home: " + anomaly); final Point displaySize = getRealDisplaySize(); final Point displaySize = getRealDisplaySize(); if (hasLauncherObject("deep_shortcuts_container")) { if (hasLauncherObject("deep_shortcuts_container")) { Loading Loading
tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +3 −0 Original line number Original line Diff line number Diff line Loading @@ -543,6 +543,9 @@ public final class LauncherInstrumentation { // accessibility events prior to pressing Home. // accessibility events prior to pressing Home. final String action; final String action; if (getNavigationModel() == NavigationModel.ZERO_BUTTON) { if (getNavigationModel() == NavigationModel.ZERO_BUTTON) { final String anomaly = getAnomalyMessage(); if (anomaly != null) fail("Can't swipe up to Home: " + anomaly); final Point displaySize = getRealDisplaySize(); final Point displaySize = getRealDisplaySize(); if (hasLauncherObject("deep_shortcuts_container")) { if (hasLauncherObject("deep_shortcuts_container")) { Loading