Home
last modified time | relevance | path

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

/packages/services/Car/tests/CustomizationTool/src/com/android/car/customization/tool/ui/panel/items/
DPanelSwitchViewHolder.kt29 private val errorTextView = itemView.requireViewById<TextView>(R.id.panel_switch_error) constant
37 errorTextView.visibility = View.GONE in bindTo()
39 errorTextView.text = model.errorText in bindTo()
40 errorTextView.visibility = View.VISIBLE in bindTo()