Home
last modified time | relevance | path

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

/packages/apps/Car/Dialer/src/com/android/car/dialer/widget/
DLoadingFrameLayout.java156 @StringRes int actionButtonTextResId, in showError() argument
162 mErrorView.setActionButtonText(actionButtonTextResId); in showError()
201 @StringRes int actionButtonTextResId, in showEmpty() argument
207 mEmptyView.setActionButtonText(actionButtonTextResId); in showEmpty()
366 private void setActionButtonText(@StringRes int actionButtonTextResId) { in setActionButtonText() argument
367 if (actionButtonTextResId > Constants.INVALID_RES_ID) { in setActionButtonText()
368 ViewUtils.setText(mActionButton, actionButtonTextResId); in setActionButtonText()
370 mActionButtonTextResId = actionButtonTextResId; in setActionButtonText()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/common/
DDialerListBaseFragment.java106 @StringRes int actionButtonTextResId, View.OnClickListener actionButtonOnClickListener, in showEmpty() argument
109 actionButtonTextResId, actionButtonOnClickListener, showActionButton); in showEmpty()