Home
last modified time | relevance | path

Searched refs:getMedicalDataSourcesByIds (Results 1 – 2 of 2) sorted by relevance

/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/
DHealthConnectManagerTest.java40 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()
/packages/modules/HealthFitness/tests/cts/utils/HealthConnectTestUtils/src/android/healthconnect/cts/utils/
DTestUtils.java1245 public static List<MedicalDataSource> getMedicalDataSourcesByIds(List<String> ids) in getMedicalDataSourcesByIds() method