Home
last modified time | relevance | path

Searched refs:ACTION_MESSAGE_SENT (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java615 filterMessageSent.addAction(BluetoothMapContentObserver.ACTION_MESSAGE_SENT); in start()
1109 } else if (action.equals(BluetoothMapContentObserver.ACTION_MESSAGE_SENT)) { in onReceive()
DBluetoothMapContentObserver.java163 /*package*/ static final String ACTION_MESSAGE_SENT = field in BluetoothMapContentObserver
2646 Intent sentIntent = new Intent(ACTION_MESSAGE_SENT); in sendMmsMessage()
2983 intentSent = new Intent(ACTION_MESSAGE_SENT, null); in sendMessage()
3048 if (action.equals(ACTION_MESSAGE_SENT)) { in onReceive()