Searched refs:sendMessage (Results 1 - 14 of 14) sorted by relevance

/development/samples/BluetoothHDP/src/com/example/bluetooth/health/
H A DBluetoothHDPService.java221 sendMessage(STATUS_HEALTH_APP_REG, RESULT_FAIL);
224 sendMessage(STATUS_HEALTH_APP_REG, RESULT_OK);
227 sendMessage(STATUS_HEALTH_APP_UNREG,
247 sendMessage(STATUS_CREATE_CHANNEL, RESULT_OK);
250 sendMessage(STATUS_CREATE_CHANNEL, RESULT_FAIL);
254 sendMessage(STATUS_CREATE_CHANNEL, RESULT_FAIL);
257 sendMessage(STATUS_DESTROY_CHANNEL, RESULT_OK);
259 sendMessage(STATUS_DESTROY_CHANNEL, RESULT_FAIL);
266 private void sendMessage(int what, int value) { method in class:BluetoothHDPService
300 sendMessage(STATUS_READ_DAT
[all...]
H A DBluetoothHDPActivity.java148 sendMessage(BluetoothHDPService.MSG_REG_HEALTH_APP,
157 sendMessage(BluetoothHDPService.MSG_UNREG_HEALTH_APP, 0);
304 private void sendMessage(int what, int value) { method in class:BluetoothHDPActivity
/development/samples/training/NsdChat/src/com/example/android/nsdchat/
H A DChatConnection.java62 public void sendMessage(String msg) { method in class:ChatConnection
64 mChatClient.sendMessage(msg);
91 mUpdateHandler.sendMessage(message);
216 sendMessage(msg);
261 public void sendMessage(String msg) { method in class:ChatConnection.ChatClient
H A DNsdChatActivity.java93 mConnection.sendMessage(messageString);
/development/tools/emulator/system/camera/
H A DQemuClient.h249 virtual status_t sendMessage(const void* data, size_t data_size);
H A DQemuClient.cpp258 status_t QemuClient::sendMessage(const void* data, size_t data_size) function in class:android::QemuClient
342 status_t res = sendMessage(query->mQuery, strlen(query->mQuery) + 1);
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
H A DBluetoothChat.java155 sendMessage(message);
200 private void sendMessage(String message) { method in class:BluetoothChat
226 sendMessage(message);
H A DBluetoothChatService.java180 mHandler.sendMessage(msg);
239 mHandler.sendMessage(msg);
254 mHandler.sendMessage(msg);
/development/samples/USB/AdbTest/src/com/android/adb/
H A DAdbTestActivity.java84 mHandler.sendMessage(m);
111 mHandler.sendMessage(m);
/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DServiceStartArguments.java133 mServiceHandler.sendMessage(msg);
H A DRemoteService.java444 mHandler.sendMessage(mHandler.obtainMessage(BUMP_MSG, value, 0));
/development/samples/LunarLander/src/com/example/android/lunarlander/
H A DLunarView.java471 mHandler.sendMessage(msg);
499 mHandler.sendMessage(msg);
/development/apps/Development/src/com/android/development/
H A DConnectivity.java326 mHandler2.sendMessage(mHandler2.obtainMessage(EVENT_TOGGLE_WIFI));
/development/samples/JetBoy/src/com/example/android/jetboy/
H A DJetBoyView.java1232 mHandler.sendMessage(msg);

Completed in 572 milliseconds