Searched refs:fromMillimetersOfMercury (Results 1 – 9 of 9) sorted by relevance
/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/datatypes/units/ |
D | PressureTest.java | 34 assertThat(Pressure.fromMillimetersOfMercury(10.0)).isInstanceOf(Pressure.class); in testCreate() 35 assertThat(Pressure.fromMillimetersOfMercury(10.0).getInMillimetersOfMercury()) in testCreate() 41 Pressure Pressure1 = Pressure.fromMillimetersOfMercury(10.0); in testEquals() 42 Pressure Pressure2 = Pressure.fromMillimetersOfMercury(10.0); in testEquals() 43 Pressure Pressure3 = Pressure.fromMillimetersOfMercury(20.0); in testEquals() 51 Pressure Pressure1 = Pressure.fromMillimetersOfMercury(10.0); in testCompare() 52 Pressure Pressure2 = Pressure.fromMillimetersOfMercury(10.0); in testCompare() 53 Pressure Pressure3 = Pressure.fromMillimetersOfMercury(20.0); in testCompare()
|
/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/datatypes/ |
D | BloodPressureRecordTest.java | 354 Pressure.fromMillimetersOfMercury(19.0), in testCreateBloodPressureRecord_invalidDiastolicValue() 355 Pressure.fromMillimetersOfMercury(10.0), in testCreateBloodPressureRecord_invalidDiastolicValue() 366 Pressure.fromMillimetersOfMercury(20.0), in testCreateBloodPressureRecord_invalidSystolicValue() 367 Pressure.fromMillimetersOfMercury(9.0), in testCreateBloodPressureRecord_invalidSystolicValue() 382 Pressure.fromMillimetersOfMercury(20.0), in testZoneOffsets() 383 Pressure.fromMillimetersOfMercury(10.0), in testZoneOffsets() 429 Pressure.fromMillimetersOfMercury(systolic), in getBaseBloodPressureRecord() 430 Pressure.fromMillimetersOfMercury(diastolic), in getBaseBloodPressureRecord() 633 Pressure.fromMillimetersOfMercury(30.0), in getBloodPressureRecord_update() 634 Pressure.fromMillimetersOfMercury(20.0), in getBloodPressureRecord_update() [all …]
|
/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/ |
D | BloodPressureRecordInternal.java | 91 Pressure.fromMillimetersOfMercury(getSystolic()), in toExternalRecord() 92 Pressure.fromMillimetersOfMercury(getDiastolic()), in toExternalRecord()
|
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/dataentries/formatters/ |
D | BloodPressureFormatterTest.kt | 156 Pressure.fromMillimetersOfMercury(systolic), in getRecord() 157 Pressure.fromMillimetersOfMercury(diastolic), in getRecord()
|
/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/units/ |
D | Pressure.java | 37 public static Pressure fromMillimetersOfMercury(double value) { in fromMillimetersOfMercury() method in Pressure
|
/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/HealthConnectTestHelper/src/android/healthconnect/cts/testhelper/ |
D | TestHelperUtils.java | 75 Pressure.fromMillimetersOfMercury(22.0), in getBloodPressureRecord() 76 Pressure.fromMillimetersOfMercury(24.0), in getBloodPressureRecord()
|
/packages/modules/HealthFitness/testapps/toolbox/src/com/android/healthconnect/testapps/toolbox/utils/ |
D | InsertOrUpdateRecords.kt | 429 Pressure.fromMillimetersOfMercury( in createRecordObjectHelper() 431 Pressure.fromMillimetersOfMercury( in createRecordObjectHelper()
|
/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/utils/ |
D | AggregationTypeIdMapper.java | 298 return new AggregateResult<>(Pressure.fromMillimetersOfMercury(result)); in getPressureResult()
|
/packages/modules/HealthFitness/framework/api/ |
D | current.txt | 1752 …ull public static android.health.connect.datatypes.units.Pressure fromMillimetersOfMercury(double);
|