Home
last modified time | relevance | path

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

/packages/apps/Messaging/tests/src/com/android/messaging/ui/conversation/
DComposeMessageViewTest.java126 final View sendButton = view.findViewById(R.id.send_message_button); in testSend() local
169 final View sendButton = view.findViewById(R.id.send_message_button); in testNotDefaultSms() local
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DAnswerFragment.java227 final Button sendButton = mCustomMessagePopup.getButton(DialogInterface.BUTTON_POSITIVE); in showCustomMessageDialog() local