Searched refs:mSendButtonMms (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Mms/src/com/android/mms/ui/
H A DComposeMessageActivity.java266 private TextView mSendButtonMms; // Press to send mms field in class:ComposeMessageActivity
2519 showButton = mSendButtonMms;
2523 hideButton = mSendButtonMms;
3356 if ((v == mSendButtonSms || v == mSendButtonMms) && isPreparedForSending()) {
3506 mSendButtonMms = (TextView) findViewById(R.id.send_button_mms);
3508 mSendButtonMms.setOnClickListener(this);

Completed in 104 milliseconds