Searched refs:UiBot (Results 1 – 14 of 14) sorted by relevance
26 import android.autofillservice.cts.UiBot;39 private final UiBot mUiBot;42 public AugmentedUiBot(@NonNull UiBot uiBot) { in AugmentedUiBot()
27 import static android.autofillservice.cts.UiBot.LANDSCAPE;28 import static android.autofillservice.cts.UiBot.PORTRAIT;
132 protected ManualActivityLaunch(@NonNull UiBot uiBot) { in ManualActivityLaunch()249 protected final UiBot mUiBot;251 private BaseTestCase(@NonNull UiBot uiBot) {343 mUiBot.setScreenOrientation(UiBot.PORTRAIT);418 protected static final UiBot sDefaultUiBot = new UiBot();
97 static void assertShowingDefaultMessage(UiBot uiBot) throws Exception { in assertShowingDefaultMessage()102 static void assertShowing(UiBot uiBot, @Nullable String expectedMessage) throws Exception { in assertShowing()
67 public MyWebView loadWebView(UiBot uiBot) throws Exception { in loadWebView()130 void waitForPasswordScreen(UiBot uiBot) throws Exception { in waitForPasswordScreen()
74 public MyWebView loadWebView(UiBot uiBot) throws Exception { in loadWebView()78 public MyWebView loadWebView(UiBot uiBot, boolean usingAppContext) throws Exception { in loadWebView()
92 mUiBot.setScreenOrientation(UiBot.PORTRAIT); in testTapLink_changeOrientationThenTapBack()98 mUiBot.setScreenOrientation(UiBot.PORTRAIT); in testTapLink_changeOrientationThenTapBack()
28 import static android.autofillservice.cts.UiBot.LANDSCAPE;29 import static android.autofillservice.cts.UiBot.PORTRAIT;90 super(new UiBot(SESSION_LIFECYCLE_TIMEOUT)); in SessionLifecycleTest()
32 protected UiObject2 getInput(UiBot uiBot, UiObject2 label) throws Exception { in getInput()
56 void launchDialog(UiBot uiBot) throws Exception { in launchDialog()
263 mUiBot.setScreenOrientation(UiBot.PORTRAIT); in testSave_afterRotation()268 mUiBot.setScreenOrientation(UiBot.PORTRAIT); in testSave_afterRotation()302 mUiBot.setScreenOrientation(UiBot.LANDSCAPE); in saveTest()792 mUiBot.setScreenOrientation(UiBot.LANDSCAPE); in saveUiRestoredAfterTappingLinkTest()
74 public final class UiBot { class138 public UiBot() { in UiBot() method in UiBot142 public UiBot(Timeout defaultTimeout) { in UiBot() method in UiBot
96 mUiBot.setScreenOrientation(UiBot.LANDSCAPE); in saveUiRestoredAfterTappingLinkTest()
19 import static android.autofillservice.cts.UiBot.PORTRAIT;798 public static void disableAutoRotation(UiBot uiBot) throws Exception { in disableAutoRotation()