Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/app/list/
DSmartDialSearchFragment.java87 mEmptyView.setActionLabel(R.string.permission_single_turn_on); in setupEmptyView()
92 mEmptyView.setActionLabel(EmptyContentView.NO_LABEL); in setupEmptyView()
DAllContactsFragment.java109 mEmptyListView.setActionLabel(R.string.all_contacts_empty_add_contact_action); in startLoading()
112 mEmptyListView.setActionLabel(R.string.permission_single_turn_on); in startLoading()
DOldSpeedDialFragment.java135 mEmptyView.setActionLabel(R.string.speed_dial_empty_add_favorite_action); in onResume()
138 mEmptyView.setActionLabel(R.string.permission_single_turn_on); in onResume()
DRegularSearchFragment.java101 mEmptyView.setActionLabel(actionLabelResource); in setupEmptyView()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogFragment.java430 mEmptyListView.setActionLabel(R.string.permission_single_turn_on); in updateEmptyMessage()
451 mEmptyListView.setActionLabel(EmptyContentView.NO_LABEL); in updateEmptyMessage()
453 mEmptyListView.setActionLabel(R.string.call_log_all_empty_action); in updateEmptyMessage()
/packages/apps/Dialer/java/com/android/dialer/app/widget/
DEmptyContentView.java87 public void setActionLabel(int resourceId) { in setActionLabel() method in EmptyContentView