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()
614 filterMessageSent.addAction(BluetoothMapContentObserver.ACTION_MESSAGE_SENT); in start()1087 } else if (action.equals(BluetoothMapContentObserver.ACTION_MESSAGE_SENT)) { in onReceive()
166 /*package*/ static final String ACTION_MESSAGE_SENT = field in BluetoothMapContentObserver2797 Intent sentIntent = new Intent(ACTION_MESSAGE_SENT); in sendMmsMessage()3157 intentSent = new Intent(ACTION_MESSAGE_SENT, null); in sendMessage()3228 if (action.equals(ACTION_MESSAGE_SENT)) { in onReceive()