Searched refs:setActionLabel (Results 1 – 6 of 6) sorted by relevance
87 mEmptyView.setActionLabel(R.string.permission_single_turn_on); in setupEmptyView()92 mEmptyView.setActionLabel(EmptyContentView.NO_LABEL); in setupEmptyView()
109 mEmptyListView.setActionLabel(R.string.all_contacts_empty_add_contact_action); in startLoading()112 mEmptyListView.setActionLabel(R.string.permission_single_turn_on); in startLoading()
135 mEmptyView.setActionLabel(R.string.speed_dial_empty_add_favorite_action); in onResume()138 mEmptyView.setActionLabel(R.string.permission_single_turn_on); in onResume()
101 mEmptyView.setActionLabel(actionLabelResource); in setupEmptyView()
430 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()
87 public void setActionLabel(int resourceId) { in setActionLabel() method in EmptyContentView