Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/contactsfragment/
DContactsFragment.java94 private EmptyContentView emptyContentView; field in ContactsFragment
204 emptyContentView = view.findViewById(R.id.empty_list_view); in onCreateView()
205 emptyContentView.setImage(R.drawable.empty_contacts); in onCreateView()
206 emptyContentView.setActionClickedListener(this); in onCreateView()
211 emptyContentView.setDescription(R.string.permission_no_contacts); in onCreateView()
212 emptyContentView.setActionLabel(R.string.permission_single_turn_on); in onCreateView()
213 emptyContentView.setVisibility(View.VISIBLE); in onCreateView()
247 emptyContentView.setDescription(R.string.all_contacts_empty); in onLoadFinished()
248 emptyContentView.setActionLabel(R.string.all_contacts_empty_add_contact_action); in onLoadFinished()
249 emptyContentView.setVisibility(View.VISIBLE); in onLoadFinished()
[all …]
/packages/apps/Dialer/java/com/android/dialer/speeddial/
DSpeedDialFragment.java123 private EmptyContentView emptyContentView; field in SpeedDialFragment
141 emptyContentView = rootLayout.findViewById(R.id.speed_dial_empty_content_view); in onCreateView()
142 emptyContentView.setImage(R.drawable.empty_speed_dial); in onCreateView()
292 emptyContentView.setVisibility(View.GONE); in showContactsPermissionEmptyContentView()
296 emptyContentView.setVisibility(View.VISIBLE); in showContactsPermissionEmptyContentView()
297 emptyContentView.setActionLabel(R.string.speed_dial_turn_on_contacts_permission); in showContactsPermissionEmptyContentView()
298 emptyContentView.setDescription(R.string.speed_dial_contacts_permission_description); in showContactsPermissionEmptyContentView()
299 emptyContentView.setActionClickedListener( in showContactsPermissionEmptyContentView()
306 emptyContentView.setVisibility(View.GONE); in maybeShowNoContactsEmptyContentView()
310 emptyContentView.setVisibility(View.VISIBLE); in maybeShowNoContactsEmptyContentView()
[all …]
/packages/apps/Dialer/java/com/android/dialer/calllog/ui/
DNewCallLogFragment.java69 private EmptyContentView emptyContentView; field in NewCallLogFragment
153 emptyContentView.setVisibility(View.VISIBLE); in onFragmentShown()
159 emptyContentView.setVisibility(View.GONE); in onFragmentShown()
226 emptyContentView = view.findViewById(R.id.new_call_log_empty_content_view); in onCreateView()
243 emptyContentView.setImage(R.drawable.quantum_ic_query_builder_vd_theme_24); in configureEmptyContentView()
244 emptyContentView.setDescription(R.string.new_call_log_permission_no_calllog); in configureEmptyContentView()
245 emptyContentView.setActionLabel(com.android.dialer.widget.R.string.permission_single_turn_on); in configureEmptyContentView()
246 emptyContentView.setActionClickedListener(new TurnOnPhonePermissions()); in configureEmptyContentView()
/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/
DNewVoicemailFragment.java59 private EmptyContentView emptyContentView; field in NewVoicemailFragment
161 emptyContentView = fragmentRootFrameLayout.findViewById(R.id.empty_content_view); in onCreateView()
206 showView(emptyContentView); in showEmptyVoicemailFragmentView()
208 emptyContentView.setDescription((R.string.empty_voicemail_tab_text)); in showEmptyVoicemailFragmentView()
209 emptyContentView.setImage(R.drawable.quantum_ic_voicemail_vd_theme_24); in showEmptyVoicemailFragmentView()
214 emptyContentView.setVisibility(view == emptyContentView ? View.VISIBLE : View.GONE); in showView()
/packages/apps/Dialer/java/com/android/dialer/searchfragment/list/
DNewSearchFragment.java110 private EmptyContentView emptyContentView; field in NewSearchFragment
158 emptyContentView = view.findViewById(R.id.empty_view); in onCreateView()
165 emptyContentView.setDescription(R.string.new_permission_no_search); in onCreateView()
166 emptyContentView.setActionLabel(R.string.permission_single_turn_on); in onCreateView()
167 emptyContentView.setActionClickedListener(this); in onCreateView()
168 emptyContentView.setImage(R.drawable.empty_contacts); in onCreateView()
169 emptyContentView.setVisibility(View.VISIBLE); in onCreateView()
351 emptyContentView.setVisibility(View.GONE); in onRequestPermissionsResult()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DVisualVoicemailCallLogFragment.java114 EmptyContentView emptyContentView = view.findViewById(R.id.empty_list_view); in onCreateView() local
115 emptyContentView.setImage(R.drawable.quantum_ic_voicemail_vd_theme_24); in onCreateView()