Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/utils/
DStorageUtils.java29 …com.android.server.healthconnect.storage.datatypehelpers.RecordHelper.CLIENT_RECORD_ID_COLUMN_NAME;
103 + contentValues.getAsString(CLIENT_RECORD_ID_COLUMN_NAME) in getConflictErrorMessageForRecord()
107 + getCursorString(cursor, CLIENT_RECORD_ID_COLUMN_NAME); in getConflictErrorMessageForRecord()
564 mClientRecordId = contentValues.getAsString(CLIENT_RECORD_ID_COLUMN_NAME); in RecordIdentifierData()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DRecordHelper.java91 public static final String CLIENT_RECORD_ID_COLUMN_NAME = "client_record_id"; field in RecordHelper
554 record.setClientRecordId(getCursorString(cursor, CLIENT_RECORD_ID_COLUMN_NAME)); in getRecord()
827 recordContentValues.put(CLIENT_RECORD_ID_COLUMN_NAME, recordInternal.getClientRecordId()); in getContentValues()
854 columnInfo.add(new Pair<>(CLIENT_RECORD_ID_COLUMN_NAME, TEXT_NULL)); in getColumnInfo()