Searched refs:bodyId (Results 1 – 2 of 2) sorted by relevance
564 long bodyId = lookupBodyIdWithMessageId(context, messageId); in updateBodyWithMessageId() local566 if (bodyId == -1) { in updateBodyWithMessageId()569 final Uri uri = ContentUris.withAppendedId(CONTENT_URI, bodyId); in updateBodyWithMessageId()
2131 final long bodyId = Long.parseLong(id); in update() local2136 .toString(bodyId) in update()2166 final long bodyId = values.getAsLong(BodyColumns._ID); in update() local2171 .toString(bodyId) in update()