Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/list/
DSmartDialSearchFragment.java96 mEmptyView.setActionLabel(R.string.permission_single_turn_on); in setupEmptyView()
101 mEmptyView.setActionLabel(EmptyContentView.NO_LABEL); in setupEmptyView()
DAllContactsFragment.java114 mEmptyListView.setActionLabel(R.string.all_contacts_empty_add_contact_action); in startLoading()
117 mEmptyListView.setActionLabel(R.string.permission_single_turn_on); in startLoading()
DSpeedDialFragment.java220 mEmptyView.setActionLabel(R.string.speed_dial_empty_add_favorite_action); in onResume()
223 mEmptyView.setActionLabel(R.string.permission_single_turn_on); in onResume()
DRegularSearchFragment.java113 mEmptyView.setActionLabel(actionLabelResource); in setupEmptyView()
/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogFragment.java404 mEmptyListView.setActionLabel(R.string.permission_single_turn_on); in updateEmptyMessage()
425 mEmptyListView.setActionLabel(EmptyContentView.NO_LABEL); in updateEmptyMessage()
427 mEmptyListView.setActionLabel(R.string.call_log_all_empty_action); in updateEmptyMessage()
/packages/apps/Dialer/src/com/android/dialer/widget/
DEmptyContentView.java92 public void setActionLabel(int resourceId) { in setActionLabel() method in EmptyContentView