Home
last modified time | relevance | path

Searched defs:records (Results 1 – 25 of 100) sorted by relevance

1234

/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/device/src/android/healthconnect/cts/device/
DExerciseRouteAccessTest.java77 List<ExerciseSessionRecord> records = in testRouteRead_cannotAccessOtherAppRoute() local
107 List<ExerciseSessionRecord> records = in testRouteUpdate_updateRouteWithPerm_noRouteAfterUpdate() local
143 List<ExerciseSessionRecord> records = in testRouteUpdate_updateRouteWithoutPerm_hasRouteAfterUpdate() local
161 List<ExerciseSessionRecord> records = in testRouteUpsert_insertRecordNoRouteWithoutRoutePerm_hasRouteAfterInsert() local
176 List<ExerciseSessionRecord> records = in testRouteUpsert_insertRecordNoRouteWithRoutePerm_noRouteAfterInsert() local
/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/
DSessionDatatypeDisabledFeatureTest.java70 List<Record> records = List.of(TestUtils.buildExerciseSession()); in testWriteExerciseSession_insertWithDisableFeature_throwsException() local
83 List<Record> records = List.of(TestUtils.buildExerciseSession()); in testReadExerciseSession_insertAndRead_sessionIsNotAvailable() local
97 List<Record> records = List.of(TestUtils.buildSleepSession()); in testWriteSleepSession_insertWithDisableFeature_throwsException() local
110 List<Record> records = List.of(TestUtils.buildSleepSession()); in testReadSleepSession_insertAndRead_sessionIsNotAvailable() local
DBasalMetabolicRateRecordTest.java93 List<Record> records = in testInsertBasalMetabolicRateRecord() local
253 List<Record> records = in testDeleteBasalMetabolicRateRecord_recordId_filters() local
294 List<Record> records = in testDeleteBasalMetabolicRateRecord_usingIds() local
355 List<Record> records = in testAggregation_BasalCaloriesBurntTotal_lbm() local
396 List<Record> records = in testAggregation_BasalCaloriesBurntTotal_lbm_group() local
445 List<Record> records = in testAggregation_BasalCaloriesBurntTotal_groupByDuration_lbmDerived() local
480 List<Record> records = in testAggregation_BasalCaloriesBurntTotal_profile_group() local
530 List<Record> records = in testAggregation_BasalCaloriesBurntTotal_groupByDuration_profileDerived() local
565 List<Record> records = in testAggregation_BasalCaloriesBurntTotal() local
614 List<Record> records = in testAggregation_BasalCaloriesBurntTotal_groupDuration() local
[all …]
DGetActivityDatesTest.java58 List<Record> records = getTestRecords(); in testEmptyActivityDates() local
69 List<Record> records = getTestRecords(); in testActivityDates() local
85 List<Record> records = getTestRecords(); in testGetActivityDates_onUpdate() local
130 List<Record> records = getTestRecords(); in testGetActivityDates_onDelete() local
DExerciseSessionRecordTest.java331 List<Record> records = in testInsertRecord_apiReturnsRequestedRecords() local
340 List<Record> records = List.of(TestUtils.buildExerciseSession(), buildSessionMinimal()); in testReadById_insertAndReadById_recordsAreEqual() local
353 List<Record> records = List.of(TestUtils.buildExerciseSession()); in testReadById_insertAndReadByIdOne_recordsAreEqual() local
372 List<Record> records = List.of(TestUtils.buildExerciseSession(), buildSessionMinimal()); in testReadByClientId_insertAndReadByClientId_recordsAreEqual() local
386 List<Record> records = List.of(TestUtils.buildExerciseSession(), buildSessionMinimal()); in testReadByClientId_insertAndReadByDefaultFilter_filteredAll() local
399 List<Record> records = List.of(TestUtils.buildExerciseSession(), buildSessionMinimal()); in testReadByClientId_insertAndReadByTimeFilter_filteredCorrectly() local
423 List<Record> records = List.of(TestUtils.buildExerciseSession(), buildSessionMinimal()); in testDeleteRecords_insertAndDeleteById_recordsNotFoundAnymore() local
612 private void assertRecordsAreEqual(List<Record> records, List<ExerciseSessionRecord> result) { in assertRecordsAreEqual()
642 private void readAndAssertEquals(List<Record> records) throws InterruptedException { in readAndAssertEquals()
DSleepSessionRecordTest.java226 List<Record> records = List.of(TestUtils.buildSleepSession()); in testReadById_insertAndReadByIdOne_recordsAreEqual() local
246 List<Record> records = List.of(TestUtils.buildSleepSession(), buildSleepSessionMinimal()); in testReadById_insertAndReadById_recordsAreEqual() local
260 List<Record> records = List.of(TestUtils.buildSleepSession(), buildSleepSessionMinimal()); in testReadByClientId_insertAndReadByClientId_recordsAreEqual() local
274 List<Record> records = List.of(TestUtils.buildSleepSession(), buildSleepSessionMinimal()); in testReadByClientId_insertAndReadByDefaultFilter_filteredAll() local
287 List<Record> records = List.of(TestUtils.buildSleepSession(), buildSleepSessionMinimal()); in testDeleteRecords_insertAndDeleteById_recordsNotFoundAnymore() local
455 private void assertRecordsAreEqual(List<Record> records, List<SleepSessionRecord> result) { in assertRecordsAreEqual()
499 private void readAndAssertEquals(List<Record> records) throws InterruptedException { in readAndAssertEquals()
DHeartRateRecordTest.java369 List<Record> records = List.of(getBaseHeartRateRecord(10), getCompleteHeartRateRecord()); in testDeleteHeartRateRecord_recordId_filters() local
408 List<Record> records = List.of(getBaseHeartRateRecord(10), getCompleteHeartRateRecord()); in testDeleteHeartRateRecord_usingIds() local
428 List<Record> records = List.of(getBaseHeartRateRecord(10), getCompleteHeartRateRecord()); in testDeleteHeartRateRecord_usingInvalidClientIds() local
493 List<Record> records = in testBpmAggregation_timeRange_all() local
538 List<Record> records = in testBpmAggregation_timeRange_not_present() local
566 List<Record> records = in testBpmAggregation_withDataOrigin_correct() local
603 List<Record> records = in testBpmAggregation_withDataOrigin_incorrect() local
734 List<Record> records = in testHeartAggregation_measurement_count() local
988 List<Record> records = in insertHeartRateRecordsWithDelay() local
1001 List<Record> records = in insertHeartRateRecordsInPastDays() local
DExerciseRouteDisabledFeatureTest.java59 List<Record> records = List.of(TestUtils.buildExerciseSession()); in testWriteRoute_insertWithDisableFeature_throwsException() local
71 List<Record> records = List.of(TestUtils.buildExerciseSession()); in testReadRoute_insertAndRead_routeIsNotAvailable() local
DStepsRecordTest.java98 List<Record> records = List.of(getBaseStepsRecord(), getCompleteStepsRecord()); in testInsertStepsRecord() local
104 List<Record> records = List.of(getBaseStepsRecord(), getStepsRecord_minusDays(1)); in testUpdateStepsRecordToDuplicate() local
564 List<Record> records = List.of(getBaseStepsRecord(), getCompleteStepsRecord()); in testDeleteStepsRecord_recordId_filters() local
602 List<Record> records = List.of(getBaseStepsRecord(), getCompleteStepsRecord()); in testDeleteStepsRecord_usingIds() local
622 List<Record> records = List.of(getBaseStepsRecord(), getCompleteStepsRecord()); in testDeleteStepsRecord_usingInvalidClientIds() local
694 List<Record> records = in testAggregation_StepsCountTotal() local
751 List<Record> records = List.of(getStepsRecordWithClientVersion(10, 1, "testId")); in testInsertWithClientVersion() local
803 List<Record> records = in testStepsCountAggregation_groupByDurationWithInstantFilter() local
856 List<Record> records = in testAggregation_insertForEveryHour_returnsAggregateForHourAndHalfHours() local
917 List<Record> records = in testAggregation_StepsCountTotal_withDuplicateEntry() local
[all …]
DDistanceRecordTest.java100 List<Record> records = List.of(getBaseDistanceRecord(), getCompleteDistanceRecord()); in testInsertDistanceRecord() local
240 List<Record> records = List.of(getBaseDistanceRecord(), getCompleteDistanceRecord()); in testDeleteDistanceRecord_recordId_filters() local
278 List<Record> records = List.of(getBaseDistanceRecord(), getCompleteDistanceRecord()); in testDeleteDistanceRecord_usingIds() local
341 List<Record> records = in testAggregation_DistanceTotal() local
587 List<Record> records = in testAggregation_DistanceTotal_AtOverlapStartAndEndTime() local
DTotalCaloriesBurnedRecordTest.java87 List<Record> records = in testInsertTotalCaloriesBurnedRecord() local
484 List<Record> records = in testAggregation_totalCaloriesBurnt() local
542 List<Record> records = in testAggregation_totalCaloriesBurnt_activeCalories() local
592 List<Record> records = in testAggregation_totalCaloriesBurnt_activeCalories_groupBy_duration() local
641 List<Record> records = in testAggregation_groupByDurationLocalFilter_shiftRecordsAndFilterWithOffset() local
DNutritionRecordTest.java170 List<Record> records = List.of(getBaseNutritionRecord(), getCompleteNutritionRecord()); in testInsertNutritionRecord() local
356 List<Record> records = List.of(getBaseNutritionRecord(), getCompleteNutritionRecord()); in testDeleteNutritionRecord_recordId_filters() local
395 List<Record> records = List.of(getBaseNutritionRecord(), getCompleteNutritionRecord()); in testDeleteNutritionRecord_usingIds() local
422 List<Record> records = in testAggregation_NutritionValuesTotal() local
541 List<Record> records = Arrays.asList(getCompleteNutritionRecord()); in testAggregation_NutritionEnergyValuesTotal() local
DRestingHeartRateRecordTest.java85 List<Record> records = in testInsertRestingHeartRateRecord() local
268 List<Record> records = in testDeleteRestingHeartRateRecord_recordId_filters() local
308 List<Record> records = in testDeleteRestingHeartRateRecord_usingIds() local
336 List<Record> records = in testBpmAggregation_timeRange_all() local
DHydrationRecordTest.java86 List<Record> records = List.of(getBaseHydrationRecord(), getCompleteHydrationRecord()); in testInsertHydrationRecord() local
228 List<Record> records = List.of(getBaseHydrationRecord(), getCompleteHydrationRecord()); in testDeleteHydrationRecord_recordId_filters() local
267 List<Record> records = List.of(getBaseHydrationRecord(), getCompleteHydrationRecord()); in testDeleteHydrationRecord_usingIds() local
294 List<Record> records = in testAggregation_VolumeTotal() local
DElevationGainedRecordTest.java88 List<Record> records = in testInsertElevationGainedRecord() local
242 List<Record> records = in testDeleteElevationGainedRecord_recordId_filters() local
282 List<Record> records = in testDeleteElevationGainedRecord_usingIds() local
337 List<Record> records = in testAggregation_ElevationTotal() local
DHeightRecordTest.java90 List<Record> records = List.of(getBaseHeightRecord(), getCompleteHeightRecord()); in testInsertHeightRecord() local
253 List<Record> records = List.of(getBaseHeightRecord(), getCompleteHeightRecord()); in testDeleteHeightRecord_recordId_filters() local
291 List<Record> records = List.of(getBaseHeightRecord(), getCompleteHeightRecord()); in testDeleteHeightRecord_usingIds() local
319 List<Record> records = in testAggregation_Height() local
DActiveCaloriesBurnedRecordTest.java98 List<Record> records = in testInsertActiveCaloriesBurnedRecord() local
267 List<Record> records = in testDeleteActiveCaloriesBurnedRecord_recordId_filters() local
310 List<Record> records = in testDeleteActiveCaloriesBurnedRecord_usingIds() local
328 List<Record> records = in testAggregation_ActiveCaloriesBurntTotal() local
/packages/services/Mtp/tests/src/com/android/mtp/
DMtpManagerTest.java84 final MtpDeviceRecord[] records = mManager.getDevices(); in testOperationsSupported() local
91 final MtpDeviceRecord[] records = mManager.getDevices(); in testEventsSupported() local
98 final MtpDeviceRecord[] records = mManager.getDevices(); in testDeviceKey() local
/packages/apps/Tag/src/com/android/apps/tag/record/
DSmartPoster.java137 Iterable<ParsedNdefRecord> records = NdefMessageParser.getRecords(recordsRaw); in parse() local
224 private static NdefRecord getByType(byte[] type, NdefRecord[] records) { in getByType()
235 private static RecommendedAction parseRecommendedAction(NdefRecord[] records) { in parseRecommendedAction()
249 private static String parseType(NdefRecord[] records) { in parseType()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataentries/
DLoadMenstruationDataUseCase.kt84 val records = in <lambda>() constant
114 val records = in <lambda>() constant
/packages/modules/HealthFitness/testapps/toolbox/src/com/android/healthconnect/testapps/toolbox/seed/
DSeedData.kt63 val records = in <lambda>() constant
94 val records = in <lambda>() constant
/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
DSrvDnsResolverTest.java171 final List<SrvRecordInetAddress> records = mSrvDnsResult.join(); in testQueryGivesSrvAndIpAddressResponse() local
234 List<SrvRecordInetAddress> records = mSrvDnsResult.join(); in testQueryGivesSrvResponseFollowUpQueriesGiveIpAddress() local
/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsProber.java86 private static MdnsPacket makePacket(@NonNull List<MdnsRecord> records) { in makePacket()
114 private static boolean containsName(@NonNull List<MdnsRecord> records, in containsName()
/packages/modules/DnsResolver/tests/fuzzer/
Dresolv_fuzzer_utils.h26 const std::vector<DnsRecord> records = { variable
/packages/modules/HealthFitness/framework/java/android/health/connect/
DInsertRecordsResponse.java32 public InsertRecordsResponse(@NonNull List<Record> records) { in InsertRecordsResponse()

1234