HomeSort by relevance Sort by last modified time
    Searched refs:setActionLabel (Results 1 - 6 of 6) sorted by null

  /packages/apps/Dialer/src/com/android/dialer/list/
SmartDialSearchFragment.java 96 mEmptyView.setActionLabel(R.string.permission_single_turn_on);
101 mEmptyView.setActionLabel(EmptyContentView.NO_LABEL);
AllContactsFragment.java 114 mEmptyListView.setActionLabel(R.string.all_contacts_empty_add_contact_action);
117 mEmptyListView.setActionLabel(R.string.permission_single_turn_on);
RegularSearchFragment.java 113 mEmptyView.setActionLabel(actionLabelResource);
SpeedDialFragment.java 220 mEmptyView.setActionLabel(R.string.speed_dial_empty_add_favorite_action);
223 mEmptyView.setActionLabel(R.string.permission_single_turn_on);
  /packages/apps/Dialer/src/com/android/dialer/widget/
EmptyContentView.java 92 public void setActionLabel(int resourceId) {
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogFragment.java 404 mEmptyListView.setActionLabel(R.string.permission_single_turn_on);
425 mEmptyListView.setActionLabel(EmptyContentView.NO_LABEL);
427 mEmptyListView.setActionLabel(R.string.call_log_all_empty_action);

Completed in 98 milliseconds