Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DMapClientStateMachineTest.java466 mMceStateMachine.sendMapMessage(contacts, testMessage, null, null); in testSendSMSMessageToPhone()
484 mMceStateMachine.sendMapMessage(contacts, testMessage, null, null); in testSendSMSMessageToEmail()
1187 mMceStateMachine.sendMapMessage( in sendMapMessageWithPendingIntents()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMapClientService.java291 && mapStateMachine.sendMapMessage(contacts, message, sentIntent, deliveredIntent); in sendMessage()
DMceStateMachine.java340 public synchronized boolean sendMapMessage( in sendMapMessage() method in MceStateMachine