Home | History | Annotate | Download | only in cellbroadcastreceiver

Lines Matching refs:deliveryTime

686      * @param deliveryTime time the message was sent in order to mark as read
689 static Intent createMarkAsReadIntent(Context context, long deliveryTime) {
692 deleteIntent.putExtra(CellBroadcastReceiver.EXTRA_DELIVERY_TIME, deliveryTime);