Searched refs:CLIENT_RECORD_ID_COLUMN_NAME (Results 1 – 2 of 2) sorted by relevance
29 …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()
91 public static final String CLIENT_RECORD_ID_COLUMN_NAME = "client_record_id"; field in RecordHelper554 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()