Searched refs:bodyId (Results 1 – 2 of 2) sorted by relevance
69 int bodyId; in onReceive() local72 bodyId = R.string.sms_full_body; in onReceive()75 bodyId = R.string.sms_rejected_body; in onReceive()82 context.getString(bodyId), in onReceive()
409 long bodyId = lookupBodyIdWithMessageId(context, messageId); in updateBodyWithMessageId() local411 if (bodyId == -1) { in updateBodyWithMessageId()414 final Uri uri = ContentUris.withAppendedId(CONTENT_URI, bodyId); in updateBodyWithMessageId()