Searched refs:getMedicalDataSourcesByIds (Results 1 – 2 of 2) sorted by relevance
40 import static android.healthconnect.cts.utils.TestUtils.getMedicalDataSourcesByIds;1933 List<MedicalDataSource> medicalDataSources = getMedicalDataSourcesByIds(List.of()); in testGetMedicalDataSources_emptyIds_returnsEmptyList()1943 assertThrows(UnsupportedOperationException.class, () -> getMedicalDataSourcesByIds(ids)); in testGetMedicalDataSources_byId_throws()
1245 public static List<MedicalDataSource> getMedicalDataSourcesByIds(List<String> ids) in getMedicalDataSourcesByIds() method