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

  /development/samples/BluetoothChat/
Android.mk 9 LOCAL_PACKAGE_NAME := BluetoothChat
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChatService.java 17 package com.example.android.BluetoothChat;
71 * Constructor. Prepares a new BluetoothChat session.
90 mHandler.obtainMessage(BluetoothChat.MESSAGE_STATE_CHANGE, state, -1).sendToTarget();
176 Message msg = mHandler.obtainMessage(BluetoothChat.MESSAGE_DEVICE_NAME);
178 bundle.putString(BluetoothChat.DEVICE_NAME, device.getName());
235 Message msg = mHandler.obtainMessage(BluetoothChat.MESSAGE_TOAST);
237 bundle.putString(BluetoothChat.TOAST, "Unable to connect device");
250 Message msg = mHandler.obtainMessage(BluetoothChat.MESSAGE_TOAST);
252 bundle.putString(BluetoothChat.TOAST, "Device connection was lost");
457 mHandler.obtainMessage(BluetoothChat.MESSAGE_READ, bytes, -1, buffer
    [all...]
DeviceListActivity.java 17 package com.example.android.BluetoothChat;
BluetoothChat.java 17 package com.example.android.BluetoothChat;
46 public class BluetoothChat extends Activity {
48 private static final String TAG = "BluetoothChat";
  /development/build/
sdk.atree 168 development/samples/BluetoothChat samples/${PLATFORM_NAME}/BluetoothChat
  /frameworks/base/
Android.mk 444 -samplecode $(sample_dir)/BluetoothChat \
445 resources/samples/BluetoothChat "Bluetooth Chat" \

Completed in 130 milliseconds