Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DRespondViaSmsManager.java46 private static final String ACTION_MESSAGE_SENT = "com.android.server.telecom.MESSAGE_SENT"; field in RespondViaSmsManager
205 Intent intent = new Intent(ACTION_MESSAGE_SENT); in rejectCallWithMessage()
213 context.registerReceiver(receiver, new IntentFilter(ACTION_MESSAGE_SENT)); in rejectCallWithMessage()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java645 filterMessageSent.addAction(BluetoothMapContentObserver.ACTION_MESSAGE_SENT); in start()
1119 } else if (action.equals(BluetoothMapContentObserver.ACTION_MESSAGE_SENT)) { in onReceive()
DBluetoothMapContentObserver.java168 /*package*/ static final String ACTION_MESSAGE_SENT = field in BluetoothMapContentObserver
2851 Intent sentIntent = new Intent(ACTION_MESSAGE_SENT); in sendMmsMessage()
3211 intentSent = new Intent(ACTION_MESSAGE_SENT, null); in sendMessage()
3282 if (action.equals(ACTION_MESSAGE_SENT)) { in onReceive()