Searched refs:getRecordIds (Results 1 – 10 of 10) sorted by relevance
26 import static android.healthconnect.cts.utils.TestUtils.getRecordIds;102 getRecordIds( in testReadIntervalRecordsByFilters_expectCorrectResponse()129 getRecordIds( in testReadInstantRecordsByFilters_expectCorrectResponse()160 getRecordIds(TestUtils.readRecords(readUsingIdsRequest.build())); in testReadIntervalRecordsByIds_expectCorrectResponse()187 getRecordIds(TestUtils.readRecords(readUsingIdsRequest.build())); in testReadInstantRecordsByIds_expectCorrectResponse()282 getRecordIds( in testGetChangeLogs_expectCorrectResponse()297 getRecordIds( in testReadAnotherAppsRecordsByIds_recordsAreAfterCutOff_expectAllRecordsReturned()316 getRecordIds( in testReadAnotherAppsRecordsByIds_recordsAreBeforeCutOff_expectNoRecordsReturned()335 getRecordIds( in testReadAnotherAppsRecordsByFilters_recordsAreAfterCutOff_expectAllRecordsReturned()351 getRecordIds( in testReadAnotherAppsRecordsByFilters_recordsAreBeforeCutOff_expectNoRecordsReturned()[all …]
27 import static android.healthconnect.cts.utils.TestUtils.getRecordIds;100 getRecordIds( in testReadIntervalRecordsByFilters_expectCorrectResponse()126 getRecordIds( in testReadInstantRecordsByFilters_expectCorrectResponse()154 getRecordIds(TestUtils.readRecords(readUsingIdsRequest.build())); in testReadIntervalRecordsByIds_expectCorrectResponse()173 getRecordIds(TestUtils.readRecords(readUsingIdsRequest.build())); in testReadInstantRecordsByIds_expectCorrectResponse()265 getRecordIds( in testGetChangeLogs_expectCorrectResponse()
193 List<String> recordIds = getRecordIds(intent); in readStepsRecordsUsingIds()274 extras.putStringArrayList(EXTRA_RECORD_IDS, new ArrayList<>(getRecordIds(records))); in sendReadRecordsResult()424 private static List<String> getRecordIds(Intent intent) { in getRecordIds() method in TestAppReceiver433 private static List<String> getRecordIds(List<? extends Record> records) { in getRecordIds() method in TestAppReceiver
27 import static android.healthconnect.cts.utils.TestUtils.getRecordIds;260 return getRecordIds(outcomeReceiver.getResult().getRecords()); in insertStepsRecordsDirectly()
24 import static android.healthconnect.cts.utils.TestUtils.getRecordIds;633 List<String> insertedIds = getRecordIds(insertedRecords); in updateRecords_byId_readNewData()
24 import static android.healthconnect.cts.utils.TestUtils.getRecordIds;668 List<String> insertedIds = getRecordIds(insertedRecords); in updateRecords_byId_readNewData()
30 import static android.healthconnect.cts.utils.TestUtils.getRecordIds;806 List<String> ids = getRecordIds(insertedRecords); in updateRecords_byId_readNewData()
29 import static android.healthconnect.cts.utils.TestUtils.getRecordIds;1601 List<String> insertedIds = getRecordIds(insertedRecords); in updateRecords_byId_readNewData()
47 import static android.healthconnect.cts.utils.TestUtils.getRecordIds;394 getRecordIds( in testAppWithReadPerms_readOtherAppsDataByFilters_expectSuccess()
1228 public static List<String> getRecordIds(List<? extends Record> records) { in getRecordIds() method