Home
last modified time | relevance | path

Searched refs:GET_MEDICAL_DATA_SOURCES_BY_IDS (Results 1 – 4 of 4) sorted by relevance

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/logging/
DHealthConnectServiceLogger.java196 …server.healthconnect.logging.HealthConnectServiceLogger.ApiMethods.GET_MEDICAL_DATA_SOURCES_BY_IDS;
273 public static final int GET_MEDICAL_DATA_SOURCES_BY_IDS = field in HealthConnectServiceLogger.ApiMethods
304 GET_MEDICAL_DATA_SOURCES_BY_IDS,
322 GET_MEDICAL_DATA_SOURCES_BY_IDS,
/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/host/src/android/healthconnect/cts/logging/
DHealthConnectServiceStatsTests.java25 import static android.healthfitness.api.ApiMethod.GET_MEDICAL_DATA_SOURCES_BY_IDS;
173 assertApiStatus(data, GET_MEDICAL_DATA_SOURCES_BY_IDS, SUCCESS); in testPhrApiAndStatusLogs_testGetMedicalDataSourcesByIdsSuccess()
189 assertApiStatus(data, GET_MEDICAL_DATA_SOURCES_BY_IDS, ERROR); in testPhrApiAndStatusLogs_testGetMedicalDataSourcesByIdsError()
/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/
DHealthConnectServiceImplTest.java73 …server.healthconnect.logging.HealthConnectServiceLogger.ApiMethods.GET_MEDICAL_DATA_SOURCES_BY_IDS;
817 () -> eq(GET_MEDICAL_DATA_SOURCES_BY_IDS), in testGetMedicalDataSourcesByIds_telemetryFlagOn_expectCorrectLogs()
821 () -> eq(GET_MEDICAL_DATA_SOURCES_BY_IDS), in testGetMedicalDataSourcesByIds_telemetryFlagOn_expectCorrectLogs()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/
DHealthConnectServiceImpl.java48 …server.healthconnect.logging.HealthConnectServiceLogger.ApiMethods.GET_MEDICAL_DATA_SOURCES_BY_IDS;
2234 holdsDataManagementPermission, GET_MEDICAL_DATA_SOURCES_BY_IDS) in getMedicalDataSourcesByIds()