Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DProcessDeliveryReportAction.java61 final long messageRowId = ContentUris.parseId(smsMessageUri); in executeAction() local
62 if (messageRowId < 0) { in executeAction()