Searched refs:FormattedSectionContent (Results 1 – 7 of 7) sorted by relevance
21 import com.android.healthconnect.controller.data.entries.FormattedEntry.FormattedSectionContent28 class FormattedSectionContentViewBinder : ViewBinder<FormattedSectionContent, View> {40 override fun bind(view: View, data: FormattedSectionContent, index: Int) { in bind()
30 import com.android.healthconnect.controller.data.entries.FormattedEntry.FormattedSectionContent in <lambda>()186 FormattedSectionContent::class.java, formattedSectionContentViewBinder) in <lambda>()
22 import com.android.healthconnect.controller.data.entries.FormattedEntry.FormattedSectionContent in <lambda>()78 add(FormattedSectionContent(record.notes.toString())) in <lambda>()
23 import com.android.healthconnect.controller.data.entries.FormattedEntry.FormattedSectionContent in <lambda>()53 add(FormattedSectionContent(title = step.description.toString(), bulleted = true)) in <lambda>()
26 import com.android.healthconnect.controller.data.entries.FormattedEntry.FormattedSectionContent156 FormattedSectionContent("Morning quick run by the park"), in <lambda>()
54 import com.android.healthconnect.controller.data.entries.FormattedEntry.FormattedSectionContent348 add(FormattedSectionContent("Morning quick run by the park")) in dataEntriesDetailsInit_withPlannedExerciseSession_showsItem_showsDetails()362 add(FormattedSectionContent(title = "This is a test exercise step", bulleted = true)) in dataEntriesDetailsInit_withPlannedExerciseSession_showsItem_showsDetails()
71 data class FormattedSectionContent(val title: String, val bulleted: Boolean = false) : dataClass