Searched refs:RECORDING_METHOD_COLUMN_NAME (Results 1 – 1 of 1) sorted by relevance
96 private static final String RECORDING_METHOD_COLUMN_NAME = "recording_method"; field in RecordHelper556 record.setRecordingMethod(getCursorInt(cursor, RECORDING_METHOD_COLUMN_NAME)); in getRecord()830 recordContentValues.put(RECORDING_METHOD_COLUMN_NAME, recordInternal.getRecordingMethod()); in getContentValues()858 columnInfo.add(new Pair<>(RECORDING_METHOD_COLUMN_NAME, INTEGER)); in getColumnInfo()