Home
last modified time | relevance | path

Searched refs:sendButton (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
H A DNotificationTest.java122 UiObject2 sendButton = mUiDevice.wait( in testDirectReply() local
124 if (sendButton == null) { in testDirectReply()
128 sendButton = mUiDevice.wait(Until.findObject(REPLY_SEND_BUTTON_SELECTOR), TIMEOUT); in testDirectReply()
130 sendButton.click(); in testDirectReply()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DRemoteInputViewTest.java171 ImageButton sendButton = view.findViewById(R.id.remote_input_send); in testSendRemoteInput_intentContainsResultsAndSource() local
172 sendButton.performClick(); in testSendRemoteInput_intentContainsResultsAndSource()
336 ImageButton sendButton = view.findViewById(R.id.remote_input_send); in testUiEventLogging_openAndSend() local
337 sendButton.performClick(); in testUiEventLogging_openAndSend()