Home
last modified time | relevance | path

Searched refs:mSendButton (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Mms/src/com/android/mms/ui/
DAttachmentEditor.java62 private Button mSendButton; field in AttachmentEditor
105 if (null != mSendButton) { in updateSendButton()
106 mSendButton.setEnabled(mCanSend); in updateSendButton()
107 mSendButton.setFocusable(mCanSend); in updateSendButton()
211 mSendButton = (Button) view.findViewById(R.id.send_slideshow_button); in createSlideshowView()
217 mSendButton.setOnClickListener(new MessageOnClick(MSG_SEND_SLIDESHOW)); in createSlideshowView()
DComposeMessageActivity.java225 private Button mSendButton; // Press to detonate field in ComposeMessageActivity
2584 if ((v == mSendButton) && isPreparedForSending()) { in onClick()
2655 mSendButton = (Button) findViewById(R.id.send_button); in initResourceRefs()
2656 mSendButton.setOnClickListener(this); in initResourceRefs()
2894 mSendButton.setEnabled(enable); in updateSendButtonState()
2895 mSendButton.setFocusable(enable); in updateSendButtonState()
/packages/apps/Mms/tests/src/com/android/mms/
DMmsStability.java70 Button mSendButton = (Button) getActivity().getWindow().findViewById(R.id.send_button); in run() local
71 mSendButton.performClick(); in run()
73 boolean messageSend = mSendButton.performClick(); in run()
/packages/apps/IM/src/com/android/im/app/
DChatView.java131 private Button mSendButton; field in ChatView
305 mSendButton = (Button)findViewById(R.id.btnSend); in onFinishInflate()
387 mSendButton.setOnClickListener(new OnClickListener() { in onFinishInflate()
643 mSendButton.setEnabled(enabled); in setChatViewEnabled()
/packages/apps/Email/src/com/android/email/activity/
DMessageCompose.java135 private Button mSendButton; field in MessageCompose
428 mSendButton = (Button)findViewById(R.id.send); in initViews()
536 mSendButton.setOnClickListener(this); in initViews()