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

  /packages/apps/Dialer/java/com/android/dialer/app/list/
AllContactsFragment.java 59 private EmptyContentView emptyListView;
86 emptyListView = (EmptyContentView) view.findViewById(R.id.empty_list_view);
87 emptyListView.setImage(R.drawable.empty_contacts);
88 emptyListView.setDescription(R.string.all_contacts_empty);
89 emptyListView.setActionClickedListener(this);
90 getListView().setEmptyView(emptyListView);
91 emptyListView.setVisibility(View.GONE);
112 emptyListView.setDescription(R.string.all_contacts_empty);
113 emptyListView.setActionLabel(R.string.all_contacts_empty_add_contact_action);
115 emptyListView.setDescription(R.string.permission_no_contacts)
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
CallLogFragment.java 120 private EmptyContentView emptyListView;
247 emptyListView.setVisibility(View.GONE);
251 emptyListView.setVisibility(View.VISIBLE);
310 emptyListView = (EmptyContentView) view.findViewById(R.id.empty_list_view);
311 emptyListView.setImage(R.drawable.empty_call_log);
312 emptyListView.setActionClickedListener(this);
504 emptyListView.setDescription(R.string.permission_no_calllog);
505 emptyListView.setActionLabel(R.string.permission_single_turn_on);
524 emptyListView.setDescription(messageId);
526 emptyListView.setActionLabel(EmptyContentView.NO_LABEL)
    [all...]

Completed in 159 milliseconds