Searched refs:DATA_SOURCE_ID_COLUMN_NAME (Results 1 – 2 of 2) sorted by relevance
72 @VisibleForTesting static final String DATA_SOURCE_ID_COLUMN_NAME = "data_source_id"; field in MedicalResourceHelper105 Pair.create(DATA_SOURCE_ID_COLUMN_NAME, INTEGER), in getColumnInfo()162 DATA_SOURCE_ID_COLUMN_NAME, in getContentValues()246 String.valueOf(getCursorLong(cursor, DATA_SOURCE_ID_COLUMN_NAME)), in getMedicalResource()
26 …roid.server.healthconnect.storage.datatypehelpers.MedicalResourceHelper.DATA_SOURCE_ID_COLUMN_NAME;73 assertThat(contentValues.get(DATA_SOURCE_ID_COLUMN_NAME)) in getUpsertTableRequest_correctResult()