Searched refs:ACTION_MESSAGE_SENT (Results 1 – 3 of 3) sorted by relevance
46 private static final String ACTION_MESSAGE_SENT = "com.android.server.telecom.MESSAGE_SENT"; field in RespondViaSmsManager205 Intent intent = new Intent(ACTION_MESSAGE_SENT); in rejectCallWithMessage()213 context.registerReceiver(receiver, new IntentFilter(ACTION_MESSAGE_SENT)); in rejectCallWithMessage()
672 filterMessageSent.addAction(BluetoothMapContentObserver.ACTION_MESSAGE_SENT); in start()1146 } else if (action.equals(BluetoothMapContentObserver.ACTION_MESSAGE_SENT)) { in onReceive()
168 /*package*/ static final String ACTION_MESSAGE_SENT = field in BluetoothMapContentObserver2851 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()