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

  /packages/apps/Dialer/java/com/android/contacts/common/widget/
SelectPhoneAccountDialogFragment.java 209 LinearLayout checkboxLayout =
214 CheckBox checkBox = checkboxLayout.findViewById(R.id.default_account_checkbox_view);
218 TextView textView = checkboxLayout.findViewById(R.id.default_account_checkbox_text);
223 checkboxLayout.setOnClickListener((view) -> checkBox.performClick());
224 checkboxLayout.setContentDescription(getString(setDefaultResId));
225 dialog.getListView().addFooterView(checkboxLayout);
  /packages/apps/Contacts/src/com/android/contacts/widget/
SelectPhoneAccountDialogFragment.java 200 LinearLayout checkboxLayout = (LinearLayout) getActivity()
205 (CheckBox) checkboxLayout.findViewById(R.id.default_account_checkbox_view);
209 dialog.getListView().addFooterView(checkboxLayout);

Completed in 239 milliseconds