Home
last modified time | relevance | path

Searched defs:getRecord (Results 1 – 25 of 29) sorted by relevance

12

/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/dataentries/formatters/
DHeartRateVariabilityRmssdFormatterTest.kt69 private fun getRecord(): HeartRateVariabilityRmssdRecord { in getRecord() method
DIntermenstrualBleedingFormatterTest.kt68 private fun getRecord(): IntermenstrualBleedingRecord { in getRecord() method in com.android.healthconnect.controller.tests.dataentries.formatters.IntermenstrualBleedingFormatterTest
DRespiratoryRateFormatterTest.kt77 private fun getRecord(rpm: Double): RespiratoryRateRecord { in getRecord() method in com.android.healthconnect.controller.tests.dataentries.formatters.RespiratoryRateFormatterTest
DFloorsFormatterTest.kt71 private fun getRecord(floors: Double): FloorsClimbedRecord { in getRecord() method in com.android.healthconnect.controller.tests.dataentries.formatters.FloorsFormatterTest
DRestingHeartRateFormatterTest.kt80 private fun getRecord(count: Long): RestingHeartRateRecord { in getRecord() method in com.android.healthconnect.controller.tests.dataentries.formatters.RestingHeartRateFormatterTest
DHydrationFormatterTest.kt87 private fun getRecord(liters: Double): HydrationRecord { in getRecord() method in com.android.healthconnect.controller.tests.dataentries.formatters.HydrationFormatterTest
DSexualActivityFormatterTest.kt81 private fun getRecord( in getRecord() method
DOvulationTestFormatterTest.kt81 private fun getRecord( in getRecord() method in com.android.healthconnect.controller.tests.dataentries.formatters.OvulationTestFormatterTest
DWheelchairPushesFormatterTest.kt91 private fun getRecord(count: Long): WheelchairPushesRecord { in getRecord() method
DElevationFormatterTest.kt88 private fun getRecord(meters: Double): ElevationGainedRecord { in getRecord() method
DMenstruationFlowFormatterTest.kt90 private fun getRecord(@MenstruationFlowTypes type: Int): MenstruationFlowRecord { in getRecord() method in com.android.healthconnect.controller.tests.dataentries.formatters.MenstruationFlowFormatterTest
DBasalBodyTemperatureFormatterTest.kt201 private fun getRecord(location: Int, temp: Double): BasalBodyTemperatureRecord { in getRecord() method
DExerciseSessionFormatterTest.kt139 private fun getRecord( in getRecord() method
DBodyTemperatureFormatterTest.kt201 private fun getRecord(location: Int, temp: Double): BodyTemperatureRecord { in getRecord() method in com.android.healthconnect.controller.tests.dataentries.formatters.BodyTemperatureFormatterTest
DCervicalMucusFormatterTest.kt106 private fun getRecord( in getRecord() method
DCyclingPedalingCadenceFormatterTest.kt122 private fun getRecord(samples: List<Double>): CyclingPedalingCadenceRecord { in <lambda>() method in com.android.healthconnect.controller.tests.dataentries.formatters.CyclingPedalingCadenceFormatterTest
DBloodPressureFormatterTest.kt145 private fun getRecord( in getRecord() method in com.android.healthconnect.controller.tests.dataentries.formatters.BloodPressureFormatterTest
DVo2MaxFormatterTest.kt135 private fun getRecord( in getRecord() method
DWeightFormatterTest.kt152 private fun getRecord(massInKg: Double): WeightRecord { in getRecord() method in com.android.healthconnect.controller.tests.dataentries.formatters.WeightFormatterTest
DBoneMassFormatterTest.kt152 private fun getRecord(massInKg: Double): BoneMassRecord { in getRecord() method
DBodyWaterMassFormatterTest.kt151 private fun getRecord(massInKg: Double): BodyWaterMassRecord { in getRecord() method in com.android.healthconnect.controller.tests.dataentries.formatters.BodyWaterMassFormatterTest
DLeanBodyMassFormatterTest.kt152 private fun getRecord(massInKg: Double): LeanBodyMassRecord { in getRecord() method
/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/utils/
DParcelRecordConverter.java56 public RecordInternal<?> getRecord( in getRecord() method in ParcelRecordConverter
/packages/modules/HealthFitness/framework/java/android/health/connect/migration/
DRecordMigrationPayload.java102 public Record getRecord() { in getRecord() method in RecordMigrationPayload
/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/migration/
DDataMigrationTest.java893 private <T extends Record> T getRecord(Class<T> clazz, String clientRecordId) in getRecord() method in DataMigrationTest
901 private <T extends Record> T getRecord(Class<T> clazz, UUID uuid) throws InterruptedException { in getRecord() method in DataMigrationTest
906 private <T extends Record> T getRecord(ReadRecordsRequest<T> request) in getRecord() method in DataMigrationTest

12