Searched refs:setActionLabel (Results 1 – 6 of 6) sorted by relevance
96 mEmptyView.setActionLabel(R.string.permission_single_turn_on); in setupEmptyView()101 mEmptyView.setActionLabel(EmptyContentView.NO_LABEL); in setupEmptyView()
114 mEmptyListView.setActionLabel(R.string.all_contacts_empty_add_contact_action); in startLoading()117 mEmptyListView.setActionLabel(R.string.permission_single_turn_on); in startLoading()
220 mEmptyView.setActionLabel(R.string.speed_dial_empty_add_favorite_action); in onResume()223 mEmptyView.setActionLabel(R.string.permission_single_turn_on); in onResume()
113 mEmptyView.setActionLabel(actionLabelResource); in setupEmptyView()
404 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()
92 public void setActionLabel(int resourceId) { in setActionLabel() method in EmptyContentView