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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java601 // We need two filters, since Type only applies to the ACTION_MESSAGE_SENT
603 filterMessageSent.addAction(BluetoothMapContentObserver.ACTION_MESSAGE_SENT);
1093 } else if (action.equals(BluetoothMapContentObserver.ACTION_MESSAGE_SENT)) {
H A DBluetoothMapContentObserver.java165 /*package*/ static final String ACTION_MESSAGE_SENT = field in class:BluetoothMapContentObserver
2670 Intent sentIntent = new Intent(ACTION_MESSAGE_SENT);
3007 intentSent = new Intent(ACTION_MESSAGE_SENT, null);
3072 if (action.equals(ACTION_MESSAGE_SENT)) {

Completed in 249 milliseconds