OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
163
m_thread.
pushMessage
(m_stream.str());
243
void Thread::
pushMessage
(const std::string& str)
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasClient.java
130
* @see #
pushMessage
(String, BluetoothMapBmessage, CharsetType)
131
* @see #
pushMessage
(String, BluetoothMapBmessage, CharsetType, boolean,
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java
469
return
pushMessage
(op, name, appParams, mMessageVersion);
574
private int
pushMessage
(final Operation op, String folderName,
577
if(D) Log.d(TAG, "
pushMessage
: Missing charset - unable to decode message content. " +
585
Log.w(TAG,"
pushMessage
: folderElement == null - sending OBEX_HTTP_PRECON_FAILED");
592
if(D) Log.d(TAG, "
pushMessage
: Is only allowed to outbox and draft. " +
622
long handle = mObserver.
pushMessage
(message, folderElement, appParams, mBaseUriString);
623
if (D) Log.d(TAG, "
pushMessage
handle: " + handle);
650
if(D) Log.d(TAG, "
PushMessage
Operation Aborted");
[
all
...]
BluetoothMapContentObserver.java
[
all
...]
Completed in 227 milliseconds