HomeSort by relevance Sort by last modified time
    Searched refs:mSendButton (Results 1 - 4 of 4) sorted by null

  /packages/apps/Mms/tests/src/com/android/mms/
MmsStability.java 70 Button mSendButton = (Button) getActivity().getWindow().findViewById(R.id.send_button);
71 mSendButton.performClick();
73 boolean messageSend = mSendButton.performClick();
InterceptSendSms.java 94 Button mSendButton = (Button) getActivity().getWindow().findViewById(R.id.send_button);
95 mSendButton.performClick();
98 boolean messageSend = mSendButton.performClick();
  /packages/apps/Mms/src/com/android/mms/ui/
AttachmentEditor.java 62 private Button mSendButton;
109 if (null != mSendButton) {
110 mSendButton.setEnabled(mCanSend);
111 mSendButton.setFocusable(mCanSend);
207 mSendButton = (Button) view.findViewById(R.id.send_slideshow_button);
213 mSendButton.setOnClickListener(new MessageOnClick(MSG_SEND_SLIDESHOW));
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java 70 private Button mSendButton;
149 mSendButton = (Button) findViewById(R.id.button_send);
150 mSendButton.setOnClickListener(new OnClickListener() {

Completed in 9519 milliseconds