Searched refs:CLIENT_RECORD_VERSION_COLUMN_NAME (Results 1 – 1 of 1) sorted by relevance
94 private static final String CLIENT_RECORD_VERSION_COLUMN_NAME = "client_record_version"; field in RecordHelper279 cursor, CLIENT_RECORD_VERSION_COLUMN_NAME); in getUpsertTableRequest()282 CLIENT_RECORD_VERSION_COLUMN_NAME); in getUpsertTableRequest()555 record.setClientRecordVersion(getCursorLong(cursor, CLIENT_RECORD_VERSION_COLUMN_NAME)); in getRecord()829 CLIENT_RECORD_VERSION_COLUMN_NAME, recordInternal.getClientRecordVersion()); in getContentValues()855 columnInfo.add(new Pair<>(CLIENT_RECORD_VERSION_COLUMN_NAME, TEXT_NULL)); in getColumnInfo()