Searched refs:flagRead (Results 1 – 2 of 2) sorted by relevance
610 … Boolean flagRead = values.getAsBoolean(BluetoothMapContract.MessageColumns.FLAG_READ); in update() local611 return updateMessage(accountId, messageId, folderId, flagRead); in update()638 …act protected int updateMessage(String accountId, Long messageId, Long folderId, Boolean flagRead); in updateMessage() argument
2031 Integer flagRead = values.getAsInteger(MessageColumns.FLAG_READ); in update() local2033 int flagReadValue = (flagRead != null) ? in update()2034 flagRead : MessageStateChange.VALUE_UNCHANGED; in update()2037 if (flagRead != null || flagFavorite != null) { in update()