Home
last modified time | relevance | path

Searched refs:setRecordingMethod (Results 1 – 25 of 92) sorted by relevance

1234

/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/libs/HealthConnectTestLib/src/android/healthconnect/cts/lib/
DRecordFactory.java160 .setRecordingMethod(RECORDING_METHOD_MANUAL_ENTRY) in newFullMetadataBuilderWithoutIds()
225 .setRecordingMethod(RECORDING_METHOD_AUTOMATICALLY_RECORDED) in newAnotherFullMetadataBuilderWithoutIds()
240 .setRecordingMethod(metadata.getRecordingMethod()) in toBuilder()
/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/backuprestore/
DRecordProtoConverterTest.java81 .setRecordingMethod(RECORDING_METHOD_AUTOMATICALLY_RECORDED) in convertSetValues_intervalRecord()
114 .setRecordingMethod(RECORDING_METHOD_AUTOMATICALLY_RECORDED) in convertSetValues_instantRecord()
/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/
DRecordInternal.java273 public RecordInternal<T> setRecordingMethod(@Metadata.RecordingMethod int recordingMethod) { in setRecordingMethod() method in RecordInternal
290 .setRecordingMethod(getRecordingMethod()) in buildMetaData()
/packages/modules/HealthFitness/tests/unittests/src/android/healthconnect/internal/datatypes/
DMindfulSessionRecordInternalTest.java76 .setRecordingMethod(RECORDING_METHOD_AUTOMATICALLY_RECORDED) in toExternalRecord_allFieldsSet()
159 .setRecordingMethod(RECORDING_METHOD_MANUAL_ENTRY) in writeToParcel_populateUsing_allFieldsSet()
248 .setRecordingMethod(RECORDING_METHOD_MANUAL_ENTRY) in mindfulnessSessionRecord_toInternalRecord_allFieldsSet()
DActivityIntensityRecordInternalTest.java95 .setRecordingMethod(RECORDING_METHOD_AUTOMATICALLY_RECORDED) in toExternalRecord_allFieldsSet()
172 .setRecordingMethod(RECORDING_METHOD_MANUAL_ENTRY) in writeToParcel_populateUsing_allFieldsSet()
257 .setRecordingMethod(RECORDING_METHOD_MANUAL_ENTRY) in activityIntensityRecord_toInternalRecord_allFieldsSet()
/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/
DIntermenstrualBleedingRecord.java125 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
DHeartRateVariabilityRmssdRecord.java155 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
DMenstruationPeriodRecord.java165 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
DBodyWaterMassRecord.java153 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
DLeanBodyMassRecord.java157 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
DOxygenSaturationRecord.java161 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
DBoneMassRecord.java155 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
DBodyFatRecord.java160 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
DRespiratoryRateRecord.java158 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
DOvulationTestRecord.java205 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
DMenstruationFlowRecord.java187 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
DBasalMetabolicRateRecord.java181 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
DSexualActivityRecord.java193 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
DBasalBodyTemperatureRecord.java192 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
DStepsRecord.java212 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
DRestingHeartRateRecord.java198 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
DBodyTemperatureRecord.java192 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
DWheelchairPushesRecord.java229 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
DFloorsClimbedRecord.java220 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
DHydrationRecord.java222 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()

1234