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

  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
WiFiChatFragment.java 48 pushMessage("Me: " + chatLine.getText().toString());
65 public void pushMessage(String readMessage) {
  /external/deqp/framework/common/
tcuThreadUtil.cpp 162 m_thread.pushMessage(m_stream.str());
242 void Thread::pushMessage (const std::string& str)
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasClient.java 129 * @see #pushMessage(String, BluetoothMapBmessage, CharsetType)
130 * @see #pushMessage(String, BluetoothMapBmessage, CharsetType, boolean,
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java 357 return pushMessage(op, name, appParams);
448 private int pushMessage(final Operation op, String folderName, BluetoothMapAppParams appParams) {
450 if(D) Log.d(TAG, "pushMessage: Missing charset - unable to decode message content. " +
458 Log.w(TAG,"pushMessage: folderElement == null - sending OBEX_HTTP_PRECON_FAILED");
465 if(D) Log.d(TAG, "pushMessage: Is only allowed to outbox and draft. " +
492 long handle = mObserver.pushMessage(message, folderElement, appParams, mBaseEmailUriString);
493 if (D) Log.d(TAG, "pushMessage handle: " + handle);
518 if(D) Log.d(TAG, "PushMessage Operation Aborted");
    [all...]
BluetoothMapContentObserver.java     [all...]

Completed in 183 milliseconds