Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/localepicker/
DLocaleDragCell.java64 public void setShowCheckbox(boolean showCheckbox) { in setShowCheckbox() argument
66 mCheckbox.setVisibility(showCheckbox ? VISIBLE : GONE); in setShowCheckbox()
/packages/services/Car/tests/ThemePlayground/src/com/android/car/themeplayground/
DDialogSamples.java51 private void openDialog(boolean showCheckbox) { in openDialog() argument
56 if (showCheckbox) { in openDialog()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/selectabledeletion/
DDeletionPermissionTypesPreference.kt51 showCheckbox(isShowCheckbox) in onBindViewHolder()
105 fun showCheckbox(isShowCheckbox: Boolean) { in showCheckbox() method
/packages/apps/Messaging/tests/src/com/android/messaging/ui/mediapicker/
DGalleryGridItemViewTest.java56 final boolean showCheckbox, in verifyContent() argument
65 if (showCheckbox) { in verifyContent()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/data/alldata/
DAllDataFragment.kt243 permissionTypePreference.showCheckbox(isDeletionState) in <lambda>()