Searched refs:getUsernameLabel (Results 1 – 5 of 5) sorted by relevance
150 public UiObject2 getUsernameLabel() throws Exception { in getUsernameLabel() method in WebViewMultiScreenLoginActivity
151 public UiObject2 getUsernameLabel() throws Exception { in getUsernameLabel() method in WebViewActivity
245 public TextView getUsernameLabel() { in getUsernameLabel() method in LoginActivity
125 mActivity.getUsernameLabel().click();
851 mUiBot.waitForWindowChange(() -> tap(mActivity.getUsernameLabel())); in testAutofillTapOutside()