Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/contacts/common/widget/
DSelectPhoneAccountDialogFragment.java155 LinearLayout checkboxLayout = in onCreateDialog() local
160 CheckBox checkBox = checkboxLayout.findViewById(R.id.default_account_checkbox_view); in onCreateDialog()
164 TextView textView = checkboxLayout.findViewById(R.id.default_account_checkbox_text); in onCreateDialog()
171 checkboxLayout.setOnClickListener((view) -> checkBox.performClick()); in onCreateDialog()
172 checkboxLayout.setContentDescription(getString(setDefaultResId)); in onCreateDialog()
173 dialog.getListView().addFooterView(checkboxLayout); in onCreateDialog()
/packages/apps/Contacts/src/com/android/contacts/widget/
DSelectPhoneAccountDialogFragment.java200 LinearLayout checkboxLayout = (LinearLayout) getActivity() in onCreateDialog() local
205 (CheckBox) checkboxLayout.findViewById(R.id.default_account_checkbox_view); in onCreateDialog()
209 dialog.getListView().addFooterView(checkboxLayout); in onCreateDialog()