Searched refs:pushMessage (Results 1 - 5 of 5) sorted by relevance

/packages/services/Car/bluetooth/bt-map-client-lib/src/com/google/android/auto/mapservice/
H A DIBluetoothMapService.aidl58 boolean pushMessage(in IBluetoothMapServiceCallbacks callback, in BluetoothMapMessage message);
H A DBluetoothMapManager.java69 private static final String OP_PUSH_MESSAGE = "pushMessage";
142 * See pushMessage().
269 public void pushMessage(BluetoothMapMessage msg) { method in class:BluetoothMapManager
285 mServiceBinder.pushMessage(mServiceCallbacks, msg);
/packages/services/Car/bluetooth/bt-map-service/src/com/google/android/auto/mapservice/
H A DBluetoothMapService.java79 * c) pushMessage, browseMessage (etc): These are user commands which can happen within a connect()
241 service.pushMessage((BluetoothMapMessage) msg.obj);
411 public boolean pushMessage(IBluetoothMapServiceCallbacks callback, method in class:BluetoothMapService.ServiceBinder
417 Log.d(TAG, "pushMessage called.");
728 private synchronized void pushMessage(BluetoothMapMessage msg) { method in class:BluetoothMapService
746 boolean status = mClient.pushMessage(FOLDER_OUTBOX, bmsg, null);
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapObexServer.java469 return pushMessage(op, name, appParams, mMessageVersion);
574 private int pushMessage(final Operation op, String folderName, method in class:BluetoothMapObexServer
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);
H A DBluetoothMapContentObserver.java2440 public long pushMessage(BluetoothMapbMessage msg, BluetoothMapFolderElement folderElement, method in class:BluetoothMapContentObserver
2443 if (D) Log.d(TAG, "pushMessage");
2470 Log.v(TAG, "pushMessage: message string length = " + length);
2472 Log.v(TAG, "pushMessage: messages count=" + messages.length);
2480 if (D) Log.d(TAG, "pushMessage - uriInsert= " + uriInsert.toString() +
2489 if (D) Log.d(TAG, "pushMessage - uriNew= " + uriNew.toString());
2548 if (D) Log.d(TAG, "pushMessage - converting MMS to SMS, sms parts="
2552 if (D) Log.d(TAG, "pushMessage - MMS text only but to big to " +
2584 if (D) Log.d(TAG, "pushMessage - failure on add to uri "
2629 if (D) Log.d(TAG, "pushMessage
[all...]

Completed in 102 milliseconds