Searched refs:recordContentValues (Results 1 – 1 of 1) sorted by relevance
821 ContentValues recordContentValues = new ContentValues(); in getContentValues() local823 recordContentValues.put( in getContentValues()825 recordContentValues.put( in getContentValues()827 recordContentValues.put(CLIENT_RECORD_ID_COLUMN_NAME, recordInternal.getClientRecordId()); in getContentValues()828 recordContentValues.put( in getContentValues()830 recordContentValues.put(RECORDING_METHOD_COLUMN_NAME, recordInternal.getRecordingMethod()); in getContentValues()831 recordContentValues.put(DEVICE_INFO_ID_COLUMN_NAME, recordInternal.getDeviceInfoId()); in getContentValues()832 recordContentValues.put(APP_INFO_ID_COLUMN_NAME, recordInternal.getAppInfoId()); in getContentValues()833 recordContentValues.put(DEDUPE_HASH_COLUMN_NAME, getDedupeByteBuffer(recordInternal)); in getContentValues()835 populateContentValues(recordContentValues, recordInternal); in getContentValues()[all …]