Home
last modified time | relevance | path

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

/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/common/
DDialerListBaseFragment.java96 protected void showEmpty(@DrawableRes int iconResId, @StringRes int messageResId, in showEmpty() method in DialerListBaseFragment
98 mLoadingFrameLayout.showEmpty(iconResId, messageResId, secondaryMessageResId); in showEmpty()
104 protected void showEmpty(@DrawableRes int iconResId, @StringRes int messageResId, in showEmpty() method in DialerListBaseFragment
108 mLoadingFrameLayout.showEmpty(iconResId, messageResId, secondaryMessageResId, in showEmpty()
/packages/apps/Car/Dialer/src/com/android/car/dialer/widget/
DLoadingFrameLayout.java178 public void showEmpty(@DrawableRes int iconResId, @StringRes int messageResId, in showEmpty() method in LoadingFrameLayout
180 showEmpty(iconResId, messageResId, secondaryMessageResId, Constants.INVALID_RES_ID, null, in showEmpty()
197 public void showEmpty( in showEmpty() method in LoadingFrameLayout
/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()