Home
last modified time | relevance | path

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

/packages/apps/Car/Dialer/src/com/android/car/dialer/widget/
DLoadingFrameLayout.java135 showError(iconResId, messageResId, secondaryMessageResId, Constants.INVALID_RES_ID, null, in showError()
180 showEmpty(iconResId, messageResId, secondaryMessageResId, Constants.INVALID_RES_ID, null, in showEmpty()
294 if (mMessageViewId > Constants.INVALID_RES_ID) { in inflateView()
299 if (mSecondaryMessageViewId > Constants.INVALID_RES_ID) { in inflateView()
304 if (mIconViewId > Constants.INVALID_RES_ID) { in inflateView()
309 if (mActionButtonId > Constants.INVALID_RES_ID) { in inflateView()
343 if (messageResId > Constants.INVALID_RES_ID) { in setMessage()
352 if (secondaryMessageResId > Constants.INVALID_RES_ID) { in setSecondaryMessage()
367 if (actionButtonTextResId > Constants.INVALID_RES_ID) { in setActionButtonText()
379 if (iconResId > Constants.INVALID_RES_ID) { in setIcon()
/packages/apps/Car/Dialer/src/com/android/car/dialer/
DConstants.java47 public static int INVALID_RES_ID = 0; field in Constants
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/contact/
DContactListFragment.java61 showEmpty(Constants.INVALID_RES_ID, R.string.contact_list_empty, in onViewCreated()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/calllog/
DCallHistoryFragment.java62 showEmpty(Constants.INVALID_RES_ID, R.string.call_logs_empty, in onViewCreated()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/favorite/
DFavoriteFragment.java67 showEmpty(Constants.INVALID_RES_ID, R.string.favorites_empty, in onViewCreated()