Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
DSelectPhoneAccountDialogFragment.java145 LinearLayout checkboxLayout = (LinearLayout) getActivity() in onCreateDialog() local
150 (CheckBox) checkboxLayout.findViewById(R.id.default_account_checkbox_view); in onCreateDialog()
153 dialog.getListView().addFooterView(checkboxLayout); in onCreateDialog()