Home
last modified time | relevance | path

Searched refs:sendMapMessage (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/mapclient/
DMapClientStateMachineTest.java360 mMceStateMachine.sendMapMessage(contacts, testMessage, null, null); in testSendSMSMessage()
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMapClientService.java290 && mapStateMachine.sendMapMessage(contacts, message, sentIntent, deliveredIntent); in sendMessage()
DMceStateMachine.java270 public synchronized boolean sendMapMessage(Uri[] contacts, String message, in sendMapMessage() method in MceStateMachine