Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DDefaultContactBrowseListFragment.java456 final View emptyAccountView = inflater.inflate(R.layout.empty_account_view, null); in getEmptyAccountView() local
458 final ImageView image = (ImageView) emptyAccountView.findViewById(R.id.empty_account_image); in getEmptyAccountView()
471 (Button) emptyAccountView.findViewById(R.id.add_contact_button); in getEmptyAccountView()
473 return emptyAccountView; in getEmptyAccountView()