Home
last modified time | relevance | path

Searched defs:insertedRecord (Results 1 – 25 of 38) sorted by relevance

12

/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/
DExerciseRouteDisabledFeatureTest.java74 ExerciseSessionRecord insertedRecord = (ExerciseSessionRecord) records.get(0); in testReadRoute_insertAndRead_routeIsNotAvailable() local
DBodyTemperatureRecordTest.java223 private void readBodyTemperatureRecordUsingClientId(List<Record> insertedRecord) in readBodyTemperatureRecordUsingClientId()
317 List<Record> insertedRecord = TestUtils.insertRecords(records); in testDeleteBodyTemperatureRecord_usingIds() local
DBasalBodyTemperatureRecordTest.java376 private void readBasalBodyTemperatureRecordUsingClientId(List<Record> insertedRecord) in readBasalBodyTemperatureRecordUsingClientId()
476 List<Record> insertedRecord = TestUtils.insertRecords(records); in testDeleteBasalBodyTemperatureRecord_usingIds() local
DCervicalMucusRecordTest.java207 private void readCervicalMucusRecordUsingClientId(List<Record> insertedRecord) in readCervicalMucusRecordUsingClientId()
301 List<Record> insertedRecord = TestUtils.insertRecords(records); in testDeleteCervicalMucusRecord_usingIds() local
DMenstruationFlowRecordTest.java212 private void readMenstruationFlowRecordUsingClientId(List<Record> insertedRecord) in readMenstruationFlowRecordUsingClientId()
306 List<Record> insertedRecord = TestUtils.insertRecords(records); in testDeleteMenstruationFlowRecord_usingIds() local
DVo2MaxRecordTest.java195 private void readVo2MaxRecordUsingClientId(List<Record> insertedRecord) in readVo2MaxRecordUsingClientId()
285 List<Record> insertedRecord = TestUtils.insertRecords(records); in testDeleteVo2MaxRecord_usingIds() local
DOvulationTestRecordTest.java206 private void readOvulationTestRecordUsingClientId(List<Record> insertedRecord) in readOvulationTestRecordUsingClientId()
300 List<Record> insertedRecord = TestUtils.insertRecords(records); in testDeleteOvulationTestRecord_usingIds() local
DBoneMassRecordTest.java197 private void readBoneMassRecordUsingClientId(List<Record> insertedRecord) in readBoneMassRecordUsingClientId()
287 List<Record> insertedRecord = TestUtils.insertRecords(records); in testDeleteBoneMassRecord_usingIds() local
DBodyFatRecordTest.java194 private void readBodyFatRecordUsingClientId(List<Record> insertedRecord) in readBodyFatRecordUsingClientId()
284 List<Record> insertedRecord = TestUtils.insertRecords(records); in testDeleteBodyFatRecord_usingIds() local
DOxygenSaturationRecordTest.java213 private void readOxygenSaturationRecordUsingClientId(List<Record> insertedRecord) in readOxygenSaturationRecordUsingClientId()
307 List<Record> insertedRecord = TestUtils.insertRecords(records); in testDeleteOxygenSaturationRecord_usingIds() local
DBloodPressureRecordTest.java211 private void readBloodPressureRecordUsingClientId(List<Record> insertedRecord) in readBloodPressureRecordUsingClientId()
305 List<Record> insertedRecord = TestUtils.insertRecords(records); in testDeleteBloodPressureRecord_usingIds() local
DRespiratoryRateRecordTest.java210 private void readRespiratoryRateRecordUsingClientId(List<Record> insertedRecord) in readRespiratoryRateRecordUsingClientId()
304 List<Record> insertedRecord = TestUtils.insertRecords(records); in testDeleteRespiratoryRateRecord_usingIds() local
DBloodGlucoseRecordTest.java204 private void readBloodGlucoseRecordUsingClientId(List<Record> insertedRecord) in readBloodGlucoseRecordUsingClientId()
298 List<Record> insertedRecord = TestUtils.insertRecords(records); in testDeleteBloodGlucoseRecord_usingIds() local
DSexualActivityRecordTest.java206 private void readSexualActivityRecordUsingClientId(List<Record> insertedRecord) in readSexualActivityRecordUsingClientId()
300 List<Record> insertedRecord = TestUtils.insertRecords(records); in testDeleteSexualActivityRecord_usingIds() local
DRestingHeartRateRecordTest.java216 private void readRestingHeartRateRecordUsingClientId(List<Record> insertedRecord) in readRestingHeartRateRecordUsingClientId()
310 List<Record> insertedRecord = TestUtils.insertRecords(records); in testDeleteRestingHeartRateRecord_usingIds() local
DLeanBodyMassRecordTest.java201 private void readLeanBodyMassRecordUsingClientId(List<Record> insertedRecord) in readLeanBodyMassRecordUsingClientId()
295 List<Record> insertedRecord = TestUtils.insertRecords(records); in testDeleteLeanBodyMassRecord_usingIds() local
DHeartRateRecordTest.java409 List<Record> insertedRecord = TestUtils.insertRecords(records); in testDeleteHeartRateRecord_usingIds() local
429 List<Record> insertedRecord = TestUtils.insertRecords(records); in testDeleteHeartRateRecord_usingInvalidClientIds() local
959 private void readHeartRateRecordUsingClientId(List<Record> insertedRecord) in readHeartRateRecordUsingClientId()
DHydrationRecordTest.java268 List<Record> insertedRecord = TestUtils.insertRecords(records); in testDeleteHydrationRecord_usingIds() local
506 private void readHydrationRecordUsingClientId(List<Record> insertedRecord) in readHydrationRecordUsingClientId()
DBodyWaterMassRecordTest.java273 List<Record> insertedRecord = TestUtils.insertRecords(records); in testDeleteBodyWaterMassRecord_usingIds() local
496 private void readBodyWaterMassRecordUsingClientId(List<Record> insertedRecord) in readBodyWaterMassRecordUsingClientId()
DIntermenstrualBleedingRecordTest.java299 List<Record> insertedRecord = TestUtils.insertRecords(records); in testDeleteIntermenstrualBleedingRecord_usingIds() local
363 private void readIntermenstrualBleedingRecordUsingClientId(List<Record> insertedRecord) in readIntermenstrualBleedingRecordUsingClientId()
DHeartRateVariabilityRmssdRecordTest.java301 List<Record> insertedRecord = TestUtils.insertRecords(records); in testDeleteHeartRateVariabilityRmssdRecord_usingIds() local
536 private void readHeartRateVariabilityRmssdRecordUsingClientId(List<Record> insertedRecord) in readHeartRateVariabilityRmssdRecordUsingClientId()
DElevationGainedRecordTest.java284 List<Record> insertedRecord = TestUtils.insertRecords(records); in testDeleteElevationGainedRecord_usingIds() local
308 private void readElevationGainedRecordUsingClientId(List<Record> insertedRecord) in readElevationGainedRecordUsingClientId()
DExerciseSessionRecordTest.java194 ExerciseSessionRecord insertedRecord = TestUtils.readRecords(request.build()).get(0); in testUpdateRecord_updateToRecordWithoutRouteWithWritePerm_routeIsNullAfterUpdate() local
361 ExerciseSessionRecord insertedRecord = (ExerciseSessionRecord) records.get(0); in testReadById_insertAndReadByIdOne_recordsAreEqual() local
DHeightRecordTest.java202 private void readHeightRecordUsingClientId(List<Record> insertedRecord) in readHeightRecordUsingClientId()
292 List<Record> insertedRecord = TestUtils.insertRecords(records); in testDeleteHeightRecord_usingIds() local
DMenstruationPeriodRecordTest.java283 List<Record> insertedRecord = TestUtils.insertRecords(records); in testDeleteMenstruationPeriodRecord_usingIds() local
523 private void readMenstruationPeriodRecordUsingClientId(List<Record> insertedRecord) in readMenstruationPeriodRecordUsingClientId()

12