Home
last modified time | relevance | path

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

/cts/tests/searchui/src/android/searchuiservice/cts/
DCtsSearchUiService.java81 Log.d(TAG, "onNotifyEvent query=" + input.getInput() + ", event=" in onNotifyEvent()
90 if (DEBUG) Log.d(TAG, "onQuery query=" + input.getInput()); in onQuery()
DSearchUiManagerTest.java189 assertTrue(queryArg.getValue().getInput().equals(QUERY_INPUT)); in testNotifyEvent()
239 assertTrue(expectedQuery.getInput().equals(QUERY_INPUT)); in testQuery_params()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
DTestWebView.java73 private UiObject2 getInput(Timeout timeout) { in getInput() method in TestWebView.Impl
130 inputTextFieldRef.set(webViewRef.get().getInput(timeoutForFindObj)); in launchTestWebViewActivity()
/cts/tests/autofillservice/src/android/autofillservice/cts/inline/
DInlineSimpleSaveActivityTest.java95 mActivity.syncRunOnUiThread(() -> mActivity.getInput().setText("ID"));
146 mActivity.syncRunOnUiThread(() -> mActivity.getInput().setText("ID"));
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DWebViewMultiScreenLoginActivity.java126 mUsernameInput = getInput(uiBot, mUsernameLabel); in loadWebView()
148 mPasswordInput = getInput(uiBot, mPasswordLabel); in waitForPasswordScreen()
DWebViewActivity.java139 mUsernameInput = getInput(uiBot, mUsernameLabel); in loadWebView()
141 mPasswordInput = getInput(uiBot, mPasswordLabel); in loadWebView()
DAbstractWebViewActivity.java33 protected UiObject2 getInput(UiBot uiBot, UiObject2 label) throws Exception { in getInput() method in AbstractWebViewActivity
DSimpleSaveActivity.java121 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.java101 final EditText input = simpleActivity.getInput(); in testAugmentedAutofill_standardAutofillDisabledByService_otherActivity()
/cts/tests/media/jni/
DNativeCodecTestBase.h74 callbackObject getInput();
DNativeCodecUnitTest.cpp700 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().bufferIndex in testGetInputBufferInRunningState()
1192 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().bufferIndex in testQueueInputBufferWithBadSize()
1220 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().bufferIndex in testQueueInputBufferWithBadBuffInfo()
DNativeCodecTestBase.cpp81 callbackObject CodecAsyncHandler::getInput() { in getInput() function in CodecAsyncHandler
DNativeCodecDecoderTest.cpp259 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.java141 Pair<Integer, MediaCodec.BufferInfo> getInput() throws InterruptedException { in getInput() method in CodecAsyncHandler
1312 Pair<Integer, MediaCodec.BufferInfo> element = mAsyncHandle.getInput(); in queueCodecConfig()