Home
last modified time | relevance | path

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

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