OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSendButton
(Results
1 - 5
of
5
) 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/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
FeedbackFragment.java
45
private Button
mSendButton
;
61
mSendButton
= (Button) view.findViewById(R.id.research_feedback_send_button);
62
mSendButton
.setOnClickListener(this);
92
} else if (view ==
mSendButton
) {
/packages/apps/Mms/src/com/android/mms/ui/
AttachmentEditor.java
61
private Button
mSendButton
;
108
if (null !=
mSendButton
) {
109
mSendButton
.setEnabled(mCanSend);
110
mSendButton
.setFocusable(mCanSend);
206
mSendButton
= (Button) view.findViewById(R.id.send_slideshow_button);
212
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 74 milliseconds