/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/ |
D | TestWebView.java | 73 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/ |
D | CtsSearchUiService.java | 81 Log.d(TAG, "onNotifyEvent query=" + input.getInput() + ", event=" in onNotifyEvent() 90 if (DEBUG) Log.d(TAG, "onQuery query=" + input.getInput()); in onQuery()
|
D | SearchUiManagerTest.java | 191 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/ |
D | WebViewMultiScreenLoginActivity.java | 127 mUsernameInput = getInput(uiBot, mUsernameLabel); in loadWebView() 149 mPasswordInput = getInput(uiBot, mPasswordLabel); in waitForPasswordScreen()
|
D | AbstractWebViewActivity.java | 34 protected UiObject2 getInput(UiBot uiBot, UiObject2 label) throws Exception { in getInput() method in AbstractWebViewActivity
|
D | WebViewActivity.java | 142 mUsernameInput = getInput(uiBot, mUsernameLabel); in loadWebView() 144 mPasswordInput = getInput(uiBot, mPasswordLabel); in loadWebView()
|
D | SimpleSaveActivity.java | 151 public EditText getInput() { in getInput() method in SimpleSaveActivity
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | RawConverter.java | 546 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/ |
D | CodecUnitTest.java | 1144 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/ |
D | DisableAutofillTest.java | 102 final EditText input = simpleActivity.getInput(); in testAugmentedAutofill_standardAutofillDisabledByService_otherActivity()
|
/cts/tests/media/common/src/android/mediav2/common/cts/ |
D | CodecAsyncHandler.java | 172 public Pair<Integer, MediaCodec.BufferInfo> getInput() throws InterruptedException { in getInput() method in CodecAsyncHandler
|
D | CodecDecoderTestBase.java | 339 Pair<Integer, MediaCodec.BufferInfo> element = mAsyncHandle.getInput(); in queueCodecConfig()
|
/cts/tests/media/jni/ |
D | NativeCodecTestBase.h | 92 callbackObject getInput();
|
D | NativeCodecUnitTest.cpp | 709 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()
|
D | NativeCodecTestBase.cpp | 118 callbackObject CodecAsyncHandler::getInput() { in getInput() function in CodecAsyncHandler
|
D | NativeCodecDecoderTestCommon.cpp | 313 callbackObject element = mAsyncHandle.getInput(); in queueCodecConfig()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | system-current.txt | 2463 method @NonNull public String getInput();
|