Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DRecordHelper.java94 private static final String CLIENT_RECORD_VERSION_COLUMN_NAME = "client_record_version"; field in RecordHelper
279 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()