/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/ |
D | BloodGlucoseRecord.java | 72 specimenSource, SpecimenSource.VALID_TYPES, SpecimenSource.class.getSimpleName()); in BloodGlucoseRecord() 75 RelationToMealType.VALID_TYPES, in BloodGlucoseRecord() 77 validateIntDefValue(mealType, MealType.VALID_TYPES, MealType.class.getSimpleName()); in BloodGlucoseRecord() 140 public static final Set<Integer> VALID_TYPES = field in BloodGlucoseRecord.RelationToMealType 185 public static final Set<Integer> VALID_TYPES = field in BloodGlucoseRecord.SpecimenSource
|
D | CervicalMucusRecord.java | 63 CervicalMucusSensation.VALID_TYPES, in CervicalMucusRecord() 67 CervicalMucusAppearance.VALID_TYPES, in CervicalMucusRecord() 118 public static final Set<Integer> VALID_TYPES = field in CervicalMucusRecord.CervicalMucusAppearance 157 public static final Set<Integer> VALID_TYPES = field in CervicalMucusRecord.CervicalMucusSensation
|
D | BloodPressureRecord.java | 146 BloodPressureMeasurementLocation.VALID_TYPES, in BloodPressureRecord() 155 bodyPosition, BodyPosition.VALID_TYPES, BodyPosition.class.getSimpleName()); in BloodPressureRecord() 213 public static final Set<Integer> VALID_TYPES = field in BloodPressureRecord.BloodPressureMeasurementLocation 255 public static final Set<Integer> VALID_TYPES = field in BloodPressureRecord.BodyPosition 342 BloodPressureMeasurementLocation.VALID_TYPES, in Builder()
|
D | Device.java | 101 validateIntDefValue(type, Device.VALID_TYPES, DeviceType.class.getSimpleName()); in Device() 165 public static final Set<Integer> VALID_TYPES = field in Device
|
D | ExerciseSessionType.java | 287 private static final Set<Integer> VALID_TYPES = field in ExerciseSessionType 363 return VALID_TYPES.contains(sessionType); in isKnownSessionType()
|
D | OvulationTestRecord.java | 55 result, OvulationTestResult.VALID_TYPES, OvulationTestResult.class.getSimpleName()); in OvulationTestRecord() 100 public static final Set<Integer> VALID_TYPES = field in OvulationTestRecord.OvulationTestResult
|
D | ExerciseSegmentType.java | 320 private static final Set<Integer> VALID_TYPES = field in ExerciseSegmentType 402 return VALID_TYPES.contains(segmentType); in isKnownSegmentType()
|
D | SexualActivityRecord.java | 59 SexualActivityProtectionUsed.VALID_TYPES, in SexualActivityRecord() 84 public static final Set<Integer> VALID_TYPES = field in SexualActivityRecord.SexualActivityProtectionUsed
|
D | MenstruationFlowRecord.java | 58 flow, MenstruationFlowType.VALID_TYPES, MenstruationFlowType.class.getSimpleName()); in MenstruationFlowRecord() 82 public static final Set<Integer> VALID_TYPES = field in MenstruationFlowRecord.MenstruationFlowType
|
D | Vo2MaxRecord.java | 61 Vo2MaxMeasurementMethod.VALID_TYPES, in Vo2MaxRecord() 101 public static final Set<Integer> VALID_TYPES = field in Vo2MaxRecord.Vo2MaxMeasurementMethod
|
D | Metadata.java | 63 public static final Set<Integer> VALID_TYPES = field in Metadata 110 validateIntDefValue(recordingMethod, VALID_TYPES, RecordingMethod.class.getSimpleName()); in Metadata()
|
D | MedicalResource.java | 157 public static final Set<Integer> VALID_TYPES = field in MedicalResource 170 medicalResourceType, VALID_TYPES, MedicalResourceType.class.getSimpleName()); in validateMedicalResourceType()
|
D | MealType.java | 47 public static final Set<Integer> VALID_TYPES = field in MealType
|
D | BodyTemperatureMeasurementLocation.java | 56 public static final Set<Integer> VALID_TYPES = field in BodyTemperatureMeasurementLocation
|
D | Record.java | 43 RecordTypeIdentifier.VALID_TYPES, in Record()
|
D | SleepSessionRecord.java | 164 validateIntDefValue(stageType, StageType.VALID_TYPES, StageType.class.getSimpleName()); in Stage() 252 public static final Set<Integer> VALID_TYPES = field in SleepSessionRecord.StageType
|
D | RecordTypeIdentifier.java | 382 public static final Set<Integer> VALID_TYPES = field in RecordTypeIdentifier
|
D | BasalBodyTemperatureRecord.java | 65 BodyTemperatureMeasurementLocation.VALID_TYPES, in BasalBodyTemperatureRecord()
|
D | BodyTemperatureRecord.java | 63 BodyTemperatureMeasurementLocation.VALID_TYPES, in BodyTemperatureRecord()
|
D | NutritionRecord.java | 1423 validateIntDefValue(mealType, MealType.VALID_TYPES, MealType.class.getSimpleName()); in NutritionRecord()
|
/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/storage/utils/ |
D | RecordTypeForUuidMappingsTest.java | 42 for (Integer recordTypeId : RecordTypeIdentifier.VALID_TYPES) { in testForEveryInternalRecordTypeReturnsDistinctResult()
|