Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/incall/impl/
DButtonController.java67 @StringRes protected final int checkedDescription; field in ButtonController.CheckableButtonController
82 this.checkedDescription = checkedContentDescription; in CheckableButtonController()
139 button.getContext().getText(isChecked ? checkedDescription : uncheckedDescription)); in setButton()
147 button.getContext().getText(isChecked ? checkedDescription : uncheckedDescription)); in onCheckedChanged()