Home
last modified time | relevance | path

Searched defs:checkBox (Results 1 – 20 of 20) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DMasterCheckBoxPreferenceTest.java64 final CheckBox checkBox = (CheckBox) holder.findViewById(R.id.checkboxWidget); in setChecked_shouldUpdateCheckBoxCheckedState() local
79 final CheckBox checkBox = (CheckBox) holder.findViewById(R.id.checkboxWidget); in setEnabled_shouldUpdateCheckBoxEnabledState() local
94 final CheckBox checkBox = (CheckBox) holder.findViewById(R.id.checkboxWidget); in setCheckboxEnabled_shouldOnlyUpdateCheckBoxEnabledState() local
111 final CheckBox checkBox = (CheckBox) holder.findViewById(R.id.checkboxWidget); in onBindViewHolder_shouldSetCheckboxEnabledState() local
133 final CheckBox checkBox = (CheckBox) holder.findViewById(R.id.checkboxWidget); in clickWidgetView_shouldToggleCheckBox() local
152 final CheckBox checkBox = (CheckBox) holder.findViewById(R.id.checkboxWidget); in clickWidgetView_shouldNotToggleCheckBoxIfDisabled() local
183 final CheckBox checkBox = (CheckBox) holder.findViewById(R.id.checkboxWidget); in onBindViewHolder_checkBoxShouldHaveContentDescription() local
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/common/
DPasswordEditTextPreferenceDialogFragmentTest.java79 CheckBox checkBox = dialog.findViewById(R.id.checkbox); in onStart_inputTypeSetToPassword_shouldRevealShowPasswordCheckBoxUnchecked() local
90 CheckBox checkBox = dialog.findViewById(R.id.checkbox); in onCheckBoxChecked_shouldRevealRawPassword() local
105 CheckBox checkBox = dialog.findViewById(R.id.checkbox); in onCheckBoxUnchecked_shouldObscureRawPassword() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DTwoStatePreferenceHelper.java65 static void addSwitchPreferenceBasedOnCheckBoxPreference(final CheckBoxPreference checkBox, in addSwitchPreferenceBasedOnCheckBoxPreference()
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DAlbumDataAdapter.java91 CheckBox checkBox = (CheckBox) vCheckBox; in getView() local
173 final CheckBox checkBox = (CheckBox) vCheckBox; in onClick() local
/packages/apps/Browser2/src/org/chromium/webview_shell/
DWebViewAnimationTestActivity.java118 CheckBox checkBox = ((CheckBox) findViewById(R.id.use_layer)); in onCreate() local
/packages/services/Car/tests/DiagnosticTools/src/com/google/android/car/diagnostictools/
DRowViewHolder.java32 public CheckBox checkBox; field in RowViewHolder
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/users/
DUserRestrictionAdapter.java66 CheckBox checkBox = new CheckBox(mContext); in createCheckBox() local
/packages/apps/TV/src/com/android/tv/ui/sidepanel/
DCheckBoxItem.java47 CompoundButton checkBox = (CompoundButton) view.findViewById(getCompoundButtonId()); in onBind() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DZenModeScheduleDaysSelection.java58 final CheckBox checkBox = (CheckBox) inflater.inflate(R.layout.zen_schedule_rule_day, in ZenModeScheduleDaysSelection() local
/packages/apps/Settings/src/com/android/settings/notification/zen/
DZenModeScheduleDaysSelection.java58 final CheckBox checkBox = (CheckBox) inflater.inflate(R.layout.zen_schedule_rule_day, in ZenModeScheduleDaysSelection() local
/packages/apps/Messaging/tests/src/com/android/messaging/ui/attachmentchooser/
DAttachmentChooserFragmentTest.java150 final CheckBox checkBox = (CheckBox) itemView.findViewById(R.id.checkbox); in testUnselect() local
/packages/apps/Messaging/tests/src/com/android/messaging/ui/mediapicker/
DGalleryGridItemViewTest.java59 final CheckBox checkBox = (CheckBox) view.findViewById(R.id.checkbox); in verifyContent() local
/packages/apps/Contacts/src/com/android/contacts/list/
DMultiSelectEntryContactListAdapter.java189 final CheckBox checkBox = view.getCheckBox(); in bindCheckBox() local
/packages/apps/Settings/src/com/android/settings/accessibility/
DToggleScreenMagnificationPreferenceFragment.java151 private void setDialogTextAreaClickListener(View dialogView, CheckBox checkBox) { in setDialogTextAreaClickListener()
195 private void updateCheckStatus(CheckBox checkBox, @UserShortcutType int type) { in updateCheckStatus()
DMagnificationSettingsFragment.java169 private void updateCheckStatus(CheckBox checkBox, int mode) { in updateCheckStatus()
DToggleFeaturePreferenceFragment.java492 private void setDialogTextAreaClickListener(View dialogView, CheckBox checkBox) { in setDialogTextAreaClickListener()
519 private void updateCheckStatus(CheckBox checkBox, @UserShortcutType int type) { in updateCheckStatus()
DAccessibilityEditDialogUtils.java207 final CheckBox checkBox = view.findViewById(R.id.checkbox); in setupShortcutWidget() local
/packages/apps/Car/libs/car-ui-lib/tests/robotests/src/com/android/car/ui/recyclerview/
DCarUiListItemTest.java252 CheckBox checkBox = getListItemCheckBoxAtPosition(0); in testCheckedState_checkbox() local
/packages/apps/Dialer/java/com/android/contacts/common/widget/
DSelectPhoneAccountDialogFragment.java160 CheckBox checkBox = checkboxLayout.findViewById(R.id.default_account_checkbox_view); in onCreateDialog() local
/packages/apps/Dialer/java/com/android/dialer/interactions/
DPhoneNumberInteraction.java560 final CheckBox checkBox = (CheckBox) alertDialog.findViewById(R.id.setPrimary); in onClick() local