/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/ |
D | Metadata.java | 165 public int getRecordingMethod() { in getRecordingMethod() method in Metadata 201 && getRecordingMethod() == other.getRecordingMethod(); in equals() 220 getRecordingMethod()); in hashCode()
|
D | IntermenstrualBleedingRecord.java | 125 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
|
D | HeartRateVariabilityRmssdRecord.java | 155 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
|
D | LeanBodyMassRecord.java | 157 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
|
D | OxygenSaturationRecord.java | 161 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
|
D | RespiratoryRateRecord.java | 158 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
|
D | BodyFatRecord.java | 160 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
|
D | BodyWaterMassRecord.java | 153 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
|
D | BoneMassRecord.java | 155 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
|
D | MenstruationPeriodRecord.java | 165 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
|
D | OvulationTestRecord.java | 205 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
|
D | BasalMetabolicRateRecord.java | 181 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
|
D | SexualActivityRecord.java | 193 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
|
D | MenstruationFlowRecord.java | 187 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
|
D | RestingHeartRateRecord.java | 198 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
|
D | BasalBodyTemperatureRecord.java | 192 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
|
D | BodyTemperatureRecord.java | 192 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
|
D | StepsRecord.java | 212 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
|
D | WeightRecord.java | 191 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
|
D | Vo2MaxRecord.java | 241 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
|
D | HeightRecord.java | 191 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
|
D | FloorsClimbedRecord.java | 220 .setRecordingMethod(getMetadata().getRecordingMethod()); in toRecordInternal()
|
/packages/modules/HealthFitness/tests/unittests/src/android/healthconnect/internal/datatypes/ |
D | MindfulSessionRecordInternalTest.java | 96 assertThat(metadata.getRecordingMethod()) in toExternalRecord_allFieldsSet() 129 assertThat(metadata.getRecordingMethod()).isEqualTo(RECORDING_METHOD_UNKNOWN); in toExternalRecord_optionalFieldsNotSet() 184 assertThat(decodedRecord.getRecordingMethod()).isEqualTo(RECORDING_METHOD_MANUAL_ENTRY); in writeToParcel_populateUsing_allFieldsSet() 223 assertThat(decodedRecord.getRecordingMethod()).isEqualTo(RECORDING_METHOD_UNKNOWN); in writeToParcel_populateUsing_optionalFieldsNotSet() 279 assertThat(internalRecord.getRecordingMethod()).isEqualTo(RECORDING_METHOD_MANUAL_ENTRY); in mindfulnessSessionRecord_toInternalRecord_allFieldsSet() 316 assertThat(internalRecord.getRecordingMethod()).isEqualTo(RECORDING_METHOD_UNKNOWN); in mindfulnessSessionRecord_toInternalRecord_optionalFieldsNotSet()
|
/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/ |
D | RecordInternal.java | 267 public int getRecordingMethod() { in getRecordingMethod() method in RecordInternal 290 .setRecordingMethod(getRecordingMethod()) in buildMetaData()
|
/packages/modules/HealthFitness/tests/cts/utils/HealthConnectTestUtils/src/android/healthconnect/cts/utils/ |
D | ToStringUtils.java | 73 addLine(result, baseIndentation + 4, "recordingMethod", metadata.getRecordingMethod()); in recordToString()
|