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.java603 filterMessageSent.addAction(BluetoothMapContentObserver.ACTION_MESSAGE_SENT); in start()
1093 } else if (action.equals(BluetoothMapContentObserver.ACTION_MESSAGE_SENT)) { in onReceive()
DBluetoothMapContentObserver.java165 /*package*/ static final String ACTION_MESSAGE_SENT = field in BluetoothMapContentObserver
2670 Intent sentIntent = new Intent(ACTION_MESSAGE_SENT); in sendMmsMessage()
3007 intentSent = new Intent(ACTION_MESSAGE_SENT, null); in sendMessage()
3072 if (action.equals(ACTION_MESSAGE_SENT)) { in onReceive()