Home
last modified time | relevance | path

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

/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/ui/conversation/
H A DComposeMessageViewTest.java129 final View sendButton = view.findViewById(R.id.send_message_button); in testSend() local
140 sendButton.performClick(); in testSend()
169 final View sendButton = view.findViewById(R.id.send_message_button); in testNotDefaultSms() local
180 sendButton.performClick(); in testNotDefaultSms()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DRemoteInputViewTest.java133 ImageButton sendButton = view.findViewById(R.id.remote_input_send); in testSendRemoteInput_intentContainsResultsAndSource() local
134 sendButton.performClick(); in testSendRemoteInput_intentContainsResultsAndSource()
228 ImageButton sendButton = view.findViewById(R.id.remote_input_send); in testUiEventLogging_openAndSend() local
229 sendButton.performClick(); in testUiEventLogging_openAndSend()
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/
H A DCreateCustomSmsDialogFragment.java116 Button sendButton = customMessagePopup.getButton(DialogInterface.BUTTON_POSITIVE); in onCreateDialog()
117 sendButton.setEnabled(editable != null && editable.toString().trim().length() != 0); in onCreateDialog()