Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/dataentries/formatters/
DBodyTemperatureFormatterTest.kt26 …rt android.health.connect.datatypes.BodyTemperatureMeasurementLocation.MEASUREMENT_LOCATION_UNKNOWN
70 getRecord(location = MEASUREMENT_LOCATION_UNKNOWN, 0.0), preferences)) in <lambda>()
74 getRecord(location = MEASUREMENT_LOCATION_UNKNOWN, 1.0), preferences)) in <lambda>()
78 getRecord(location = MEASUREMENT_LOCATION_UNKNOWN, 43.3), preferences)) in <lambda>()
88 getRecord(location = MEASUREMENT_LOCATION_UNKNOWN, 0.0), preferences)) in <lambda>()
92 getRecord(location = MEASUREMENT_LOCATION_UNKNOWN, 1.0), preferences)) in <lambda>()
96 getRecord(location = MEASUREMENT_LOCATION_UNKNOWN, 43.3), preferences)) in <lambda>()
106 getRecord(location = MEASUREMENT_LOCATION_UNKNOWN, 0.0), preferences)) in <lambda>()
110 getRecord(location = MEASUREMENT_LOCATION_UNKNOWN, 1.0), preferences)) in <lambda>()
114 getRecord(location = MEASUREMENT_LOCATION_UNKNOWN, 43.3), preferences)) in <lambda>()
[all …]
DBasalBodyTemperatureFormatterTest.kt27 …rt android.health.connect.datatypes.BodyTemperatureMeasurementLocation.MEASUREMENT_LOCATION_UNKNOWN
70 getRecord(location = MEASUREMENT_LOCATION_UNKNOWN, 0.0), preferences)) in <lambda>()
74 getRecord(location = MEASUREMENT_LOCATION_UNKNOWN, 1.0), preferences)) in <lambda>()
78 getRecord(location = MEASUREMENT_LOCATION_UNKNOWN, 43.3), preferences)) in <lambda>()
88 getRecord(location = MEASUREMENT_LOCATION_UNKNOWN, 0.0), preferences)) in <lambda>()
92 getRecord(location = MEASUREMENT_LOCATION_UNKNOWN, 1.0), preferences)) in <lambda>()
96 getRecord(location = MEASUREMENT_LOCATION_UNKNOWN, 43.3), preferences)) in <lambda>()
106 getRecord(location = MEASUREMENT_LOCATION_UNKNOWN, 0.0), preferences)) in <lambda>()
110 getRecord(location = MEASUREMENT_LOCATION_UNKNOWN, 1.0), preferences)) in <lambda>()
114 getRecord(location = MEASUREMENT_LOCATION_UNKNOWN, 43.3), preferences)) in <lambda>()
[all …]
/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/
DBodyTemperatureMeasurementLocation.java28 public static final int MEASUREMENT_LOCATION_UNKNOWN = 0; field in BodyTemperatureMeasurementLocation
58 MEASUREMENT_LOCATION_UNKNOWN,
74 MEASUREMENT_LOCATION_UNKNOWN,
DSkinTemperatureRecord.java55 public static final int MEASUREMENT_LOCATION_UNKNOWN = 0; field in SkinTemperatureRecord
318 MEASUREMENT_LOCATION_UNKNOWN,
325 MEASUREMENT_LOCATION_UNKNOWN,
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataentries/formatters/
DSkinTemperatureFormatter.kt21 import android.health.connect.datatypes.SkinTemperatureRecord.MEASUREMENT_LOCATION_UNKNOWN
64 if (record.measurementLocation == MEASUREMENT_LOCATION_UNKNOWN) { in formatRecordDetails()
116 context, temperature, MEASUREMENT_LOCATION_UNKNOWN, unitPreferences) in formatNullableTemperature()
119 context, temperature, MEASUREMENT_LOCATION_UNKNOWN, unitPreferences) in formatNullableTemperature()
DTemperatureFormatter.kt28 return if (measurementLocation != MEASUREMENT_LOCATION_UNKNOWN) { in formatValue()
50 return if (measurementLocation != MEASUREMENT_LOCATION_UNKNOWN) { in formatA11tValue()
/packages/modules/HealthFitness/testapps/toolbox/src/com/android/healthconnect/testapps/toolbox/seed/
DSeedData.kt51 SkinTemperatureRecord.MEASUREMENT_LOCATION_UNKNOWN) in <lambda>()
/packages/modules/HealthFitness/framework/api/
Dcurrent.txt509 field public static final int MEASUREMENT_LOCATION_UNKNOWN = 0; // 0x0
1527 field public static final int MEASUREMENT_LOCATION_UNKNOWN = 0; // 0x0