Home
last modified time | relevance | path

Searched refs:actionButtonTextResId (Results 1 – 3 of 3) 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/Messenger/src/com/android/car/messenger/core/ui/shared/
DLoadingFrameLayout.java137 @StringRes int actionButtonTextResId, in showError() argument
144 mErrorView.setActionButtonText(actionButtonTextResId); in showError()
183 @StringRes int actionButtonTextResId, in showEmpty() argument
189 mEmptyView.setActionButtonText(actionButtonTextResId); in showEmpty()
298 private void setActionButtonText(@StringRes int actionButtonTextResId) { in setActionButtonText() argument
302 if (actionButtonTextResId != INVALID_RES_ID) { in setActionButtonText()
303 mActionButton.setText(actionButtonTextResId); in setActionButtonText()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/common/
DDialerListBaseFragment.java133 @StringRes int actionButtonTextResId, View.OnClickListener actionButtonOnClickListener, in showEmpty() argument
136 actionButtonTextResId, actionButtonOnClickListener, showActionButton); in showEmpty()