Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DMedicalResourceHelper.java212 int fhirResourceTypeInt = getFhirResourceTypeInt(fhirResourceType); in getMedicalResourceType() local
213 return getMedicalResourceType(fhirResourceTypeInt); in getMedicalResourceType()
220 private static int getMedicalResourceType(int fhirResourceTypeInt) { in getMedicalResourceType() argument
226 fhirResourceTypeInt, MedicalResource.MEDICAL_RESOURCE_TYPE_UNKNOWN); in getMedicalResourceType()
242 int fhirResourceTypeInt = getCursorInt(cursor, FHIR_RESOURCE_TYPE_COLUMN_NAME); in getMedicalResource() local
245 getMedicalResourceType(fhirResourceTypeInt), in getMedicalResource()