Home
last modified time | relevance | path

Searched refs:getInput (Results 1 – 14 of 14) 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()
/cts/tests/media/jni/
DNativeCodecTestBase.h71 callbackObject getInput();
DNativeCodecTestBase.cpp81 callbackObject CodecAsyncHandler::getInput() { in getInput() function in CodecAsyncHandler
477 callbackObject element = mAsyncHandle.getInput(); in queueEOS()
DNativeCodecUnitTest.cpp700 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().bufferIndex in testGetInputBufferInRunningState()
1184 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().bufferIndex in testQueueInputBufferWithBadSize()
1212 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().bufferIndex in testQueueInputBufferWithBadBuffInfo()
DNativeCodecEncoderSurfaceTest.cpp343 callbackObject element = mAsyncHandleDecoder.getInput(); in queueEOS()
DNativeCodecDecoderTest.cpp244 callbackObject element = mAsyncHandle.getInput(); in queueCodecConfig()
/cts/tests/media/src/android/mediav2/cts/
DCodecUnitTest.java1027 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().first : in testGetInputBufferInRunningState()
1585 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().first : in testGetInputImageInRunningStateVideo()
1616 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().first : in testGetInputImageInRunningStateAudio()
1785 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().first : in testQueueInputBufferWithBadSize()
1812 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().first : in testQueueInputBufferWithBadBuffInfo()
1839 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().first : in testQueueInputBufferWithBadOffset()
DCodecTestBase.java134 Pair<Integer, MediaCodec.BufferInfo> getInput() throws InterruptedException { in getInput() method in CodecAsyncHandler
1024 Pair<Integer, MediaCodec.BufferInfo> element = mAsyncHandle.getInput(); in queueCodecConfig()