Searched refs:sendButton (Results 1 – 3 of 3) sorted by relevance
129 final View sendButton = view.findViewById(R.id.send_message_button); in testSend() local140 sendButton.performClick(); in testSend()169 final View sendButton = view.findViewById(R.id.send_message_button); in testNotDefaultSms() local180 sendButton.performClick(); in testNotDefaultSms()
133 ImageButton sendButton = view.findViewById(R.id.remote_input_send); in testSendRemoteInput_intentContainsResultsAndSource() local134 sendButton.performClick(); in testSendRemoteInput_intentContainsResultsAndSource()228 ImageButton sendButton = view.findViewById(R.id.remote_input_send); in testUiEventLogging_openAndSend() local229 sendButton.performClick(); in testUiEventLogging_openAndSend()
116 Button sendButton = customMessagePopup.getButton(DialogInterface.BUTTON_POSITIVE); in onCreateDialog()117 sendButton.setEnabled(editable != null && editable.toString().trim().length() != 0); in onCreateDialog()