Searched refs:getInput (Results 1 – 7 of 7) sorted by relevance
124 mUsernameInput = getInput(uiBot, mUsernameLabel); in loadWebView()146 mPasswordInput = getInput(uiBot, mPasswordLabel); in waitForPasswordScreen()
136 mUsernameInput = getInput(uiBot, mUsernameLabel); in loadWebView()138 mPasswordInput = getInput(uiBot, mPasswordLabel); in loadWebView()
32 protected UiObject2 getInput(UiBot uiBot, UiObject2 label) throws Exception { in getInput() method in AbstractWebViewActivity
119 public EditText getInput() { in getInput() method in SimpleSaveActivity
537 lastOutput = (nextScript != null) ? nextScript.getInput() in ScriptGraph()611 return mScripts.get(INPUT_SCRIPT_LOCATION).getInput(); in getInputAllocation()
281 public Allocation getInput() { in getInput() method in Script
99 final EditText input = simpleActivity.getInput(); in testAugmentedAutofill_standardAutofillDisabledByService_otherActivity()