Home
last modified time | relevance | path

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

/cts/tests/inputmethod/util/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/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.java191 assertTrue(queryArg.getValue().getInput().equals(QUERY_INPUT)); in testNotifyEvent()
259 assertTrue(expectedQuery.getInput().equals(QUERY_INPUT)); in testQuery_params()
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DWebViewMultiScreenLoginActivity.java127 mUsernameInput = getInput(uiBot, mUsernameLabel); in loadWebView()
149 mPasswordInput = getInput(uiBot, mPasswordLabel); in waitForPasswordScreen()
DAbstractWebViewActivity.java34 protected UiObject2 getInput(UiBot uiBot, UiObject2 label) throws Exception { in getInput() method in AbstractWebViewActivity
DWebViewActivity.java142 mUsernameInput = getInput(uiBot, mUsernameLabel); in loadWebView()
144 mPasswordInput = getInput(uiBot, mPasswordLabel); in loadWebView()
DSimpleSaveActivity.java151 public EditText getInput() { in getInput() method in SimpleSaveActivity
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DRawConverter.java546 private float getInput(int x, int y) { in getInput() method in RawConverter.ConverterKernel
554 outputArray[0] = getInput(x - 1, y - 1); in load3x3()
555 outputArray[1] = getInput(x, y - 1); in load3x3()
556 outputArray[2] = getInput(x + 1, y - 1); in load3x3()
557 outputArray[3] = getInput(x - 1, y); in load3x3()
558 outputArray[4] = getInput(x, y); in load3x3()
559 outputArray[5] = getInput(x + 1, y); in load3x3()
560 outputArray[6] = getInput(x - 1, y + 1); in load3x3()
561 outputArray[7] = getInput(x, y + 1); in load3x3()
562 outputArray[8] = getInput(x + 1, y + 1); in load3x3()
[all …]
/cts/tests/media/src/android/mediav2/cts/
DCodecUnitTest.java1144 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().first : in testGetInputBufferInRunningState()
1733 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().first : in testGetInputImageInRunningStateVideo()
1765 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().first : in testGetInputImageInRunningStateAudio()
1943 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().first : in testQueueInputBufferWithBadSize()
1971 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().first : in testQueueInputBufferWithBadBuffInfo()
1999 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().first : in testQueueInputBufferWithBadOffset()
2136 int bufferIndex = mAsyncHandleMultiAccessUnits.getInput().first; in testQueueInputBuffersWithNullInfos()
2164 int bufferIndex = mAsyncHandleMultiAccessUnits.getInput().first; in testQueueInputBuffersWithNullInfo()
2203 int bufferIndex = mAsyncHandleMultiAccessUnits.getInput().first; in testQueueInputBuffersWithEmptyInfo()
2231 int bufferIndex = mAsyncHandleMultiAccessUnits.getInput().first; in testQueueInputBuffersWithBadSize()
[all …]
/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
DDisableAutofillTest.java102 final EditText input = simpleActivity.getInput(); in testAugmentedAutofill_standardAutofillDisabledByService_otherActivity()
/cts/tests/media/common/src/android/mediav2/common/cts/
DCodecAsyncHandler.java172 public Pair<Integer, MediaCodec.BufferInfo> getInput() throws InterruptedException { in getInput() method in CodecAsyncHandler
DCodecDecoderTestBase.java339 Pair<Integer, MediaCodec.BufferInfo> element = mAsyncHandle.getInput(); in queueCodecConfig()
/cts/tests/media/jni/
DNativeCodecTestBase.h92 callbackObject getInput();
DNativeCodecUnitTest.cpp709 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().bufferIndex in testGetInputBufferInRunningState()
1203 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().bufferIndex in testQueueInputBufferWithBadSize()
1232 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().bufferIndex in testQueueInputBufferWithBadBuffInfo()
DNativeCodecTestBase.cpp118 callbackObject CodecAsyncHandler::getInput() { in getInput() function in CodecAsyncHandler
DNativeCodecDecoderTestCommon.cpp313 callbackObject element = mAsyncHandle.getInput(); in queueCodecConfig()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dsystem-current.txt2463 method @NonNull public String getInput();