Home
last modified time | relevance | path

Searched refs:getInput (Results 1 – 7 of 7) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/
DWebViewMultiScreenLoginActivity.java124 mUsernameInput = getInput(uiBot, mUsernameLabel); in loadWebView()
146 mPasswordInput = getInput(uiBot, mPasswordLabel); in waitForPasswordScreen()
DWebViewActivity.java136 mUsernameInput = getInput(uiBot, mUsernameLabel); in loadWebView()
138 mPasswordInput = getInput(uiBot, mPasswordLabel); in loadWebView()
DAbstractWebViewActivity.java32 protected UiObject2 getInput(UiBot uiBot, UiObject2 label) throws Exception { in getInput() method in AbstractWebViewActivity
DSimpleSaveActivity.java119 public EditText getInput() { in getInput() method in SimpleSaveActivity
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DScriptGraph.java537 lastOutput = (nextScript != null) ? nextScript.getInput() in ScriptGraph()
611 return mScripts.get(INPUT_SCRIPT_LOCATION).getInput(); in getInputAllocation()
DScript.java281 public Allocation getInput() { in getInput() method in Script
/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
DDisableAutofillTest.java99 final EditText input = simpleActivity.getInput(); in testAugmentedAutofill_standardAutofillDisabledByService_otherActivity()