Home
last modified time | relevance | path

Searched defs:sendMessage (Results 1 – 4 of 4) sorted by relevance

/development/samples/training/NsdChat/src/com/example/android/nsdchat/
DChatConnection.java62 public void sendMessage(String msg) { in sendMessage() method in ChatConnection
261 public void sendMessage(String msg) { in sendMessage() method in ChatConnection.ChatClient
/development/samples/BluetoothHDP/src/com/example/bluetooth/health/
DBluetoothHDPService.java266 private void sendMessage(int what, int value) { in sendMessage() method in BluetoothHDPService
DBluetoothHDPActivity.java304 private void sendMessage(int what, int value) { in sendMessage() method in BluetoothHDPActivity
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DBluetoothChat.java200 private void sendMessage(String message) { in sendMessage() method in BluetoothChat