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

  /development/samples/ApiDemos/src/com/example/android/apis/os/
MmsMessagingDemo.java 81 private Button mSendButton;
138 mSendButton = (Button) findViewById(R.id.mms_send_button);
139 mSendButton.setOnClickListener(new View.OnClickListener() {
160 mSendButton.setEnabled(false);
212 mSendButton.setEnabled(false);
262 mSendButton.setEnabled(true);
311 mSendButton.setEnabled(true);
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatFragment.java 62 private Button mSendButton;
153 mSendButton = (Button) view.findViewById(R.id.button_send);
171 mSendButton.setOnClickListener(new View.OnClickListener() {
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatFragment.java 62 private Button mSendButton;
153 mSendButton = (Button) view.findViewById(R.id.button_send);
171 mSendButton.setOnClickListener(new View.OnClickListener() {
  /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() {
  /development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
BluetoothChatFragment.java 62 private Button mSendButton;
153 mSendButton = (Button) view.findViewById(R.id.button_send);
171 mSendButton.setOnClickListener(new View.OnClickListener() {

Completed in 182 milliseconds