HomeSort by relevance Sort by last modified time
    Searched full:bluetoothchat (Results 1 - 25 of 42) sorted by null

1 2

  /development/samples/BluetoothChat/
Android.mk 9 LOCAL_PACKAGE_NAME := BluetoothChat
AndroidManifest.xml 17 package="com.example.android.BluetoothChat"
26 <activity android:name=".BluetoothChat"
  /development/samples/browseable/BluetoothChat/
_index.jd 2 page.tags="BluetoothChat"
AndroidManifest.xml 19 package="com.example.android.bluetoothchat"
  /developers/build/prebuilts/gradle/BluetoothChat/.google/
packaging.yaml 12 github: android-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...]
BluetoothChat.java 17 package com.example.android.BluetoothChat;
46 public class BluetoothChat extends Activity {
48 private static final String TAG = "BluetoothChat";
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
Constants.java 17 package com.example.android.bluetoothchat;
MainActivity.java 18 package com.example.android.bluetoothchat;
DeviceListActivity.java 17 package com.example.android.bluetoothchat;
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/res/values/
base-strings.xml 19 <string name="app_name">BluetoothChat</string>
strings.xml 19 <!-- BluetoothChat -->
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
Constants.java 17 package com.example.android.bluetoothchat;
  /development/samples/browseable/BluetoothChat/res/values/
base-strings.xml 19 <string name="app_name">BluetoothChat</string>
strings.xml 19 <!-- BluetoothChat -->
  /development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
Constants.java 17 package com.example.android.bluetoothchat;
MainActivity.java 18 package com.example.android.bluetoothchat;
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/
template-params.xml 19 <name>BluetoothChat</name>
21 <package>com.example.android.bluetoothchat</package>
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/
AndroidManifest.xml 19 package="com.example.android.bluetoothchat"
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/
AndroidManifest.xml 19 package="com.example.android.bluetoothchat"
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/res/values/
strings.xml 19 <!-- BluetoothChat -->
  /development/samples/BluetoothChat/res/values/
strings.xml 20 <!-- BluetoothChat -->
  /developers/samples/android/
build.gradle 73 "connectivity/bluetooth/BluetoothChat",
projects.txt 72 connectivity/bluetooth/BluetoothChat
  /developers/build/prebuilts/gradle/BluetoothChat/
README.md 2 Android BluetoothChat Sample
57 https://github.com/googlesamples/android-BluetoothChat

Completed in 337 milliseconds

1 2