Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
H A DPrimaryCheckBoxPreferenceTest.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
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/common/
H A 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
/aosp12/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
H A DVectorCheckbox.java60 CheckBox checkBox = new CheckBox(this); in onCreate() local
/aosp12/packages/apps/Browser2/src/org/chromium/webview_shell/
H A DWebViewAnimationTestActivity.java118 CheckBox checkBox = ((CheckBox) findViewById(R.id.use_layer)); in onCreate() local
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
H A DTwoStatePreferenceHelper.java65 static void addSwitchPreferenceBasedOnCheckBoxPreference(final CheckBoxPreference checkBox, in addSwitchPreferenceBasedOnCheckBoxPreference()
/aosp12/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DAlbumDataAdapter.java91 CheckBox checkBox = (CheckBox) vCheckBox; in getView() local
173 final CheckBox checkBox = (CheckBox) vCheckBox; in onClick() local
/aosp12/packages/services/Car/tests/DiagnosticTools/src/com/google/android/car/diagnostictools/
H A DRowViewHolder.java32 public CheckBox checkBox; field in RowViewHolder
/aosp12/packages/apps/TV/src/com/android/tv/ui/sidepanel/
H A DCheckBoxItem.java47 CompoundButton checkBox = (CompoundButton) view.findViewById(getCompoundButtonId()); in onBind() local
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/users/
H A DUserRestrictionAdapter.java66 CheckBox checkBox = new CheckBox(mContext); in createCheckBox() local
/aosp12/packages/apps/Settings/src/com/android/settings/notification/zen/
H A DZenModeScheduleDaysSelection.java58 final CheckBox checkBox = (CheckBox) inflater.inflate(R.layout.zen_schedule_rule_day, in ZenModeScheduleDaysSelection() local
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/ui/attachmentchooser/
H A DAttachmentChooserFragmentTest.java150 final CheckBox checkBox = (CheckBox) itemView.findViewById(R.id.checkbox); in testUnselect() local
/aosp12/packages/apps/Settings/src/com/android/settings/applications/intentpicker/
H A DVerifiedLinksPreference.java89 CheckBox checkBox = (CheckBox) view.findViewById(com.android.internal.R.id.checkbox); in onBindViewHolder() local
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/ui/mediapicker/
H A DGalleryGridItemViewTest.java59 final CheckBox checkBox = (CheckBox) view.findViewById(R.id.checkbox); in verifyContent() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DMultiSelectEntryContactListAdapter.java189 final CheckBox checkBox = view.getCheckBox(); in bindCheckBox() local
/aosp12/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/android/layoutlib/test/myapplication/
H A DR$id.classR.java package com.android.layoutlib.test.myapplication public final com.android. ...
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/widget/
H A DSelectPhoneAccountDialogFragment.java160 CheckBox checkBox = checkboxLayout.findViewById(R.id.default_account_checkbox_view); in onCreateDialog() local
/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/
H A DAccessibilityShortcutPreferenceFragment.java336 private void setDialogTextAreaClickListener(View dialogView, CheckBox checkBox) { in setDialogTextAreaClickListener()
H A DToggleScreenMagnificationPreferenceFragment.java232 private void setDialogTextAreaClickListener(View dialogView, CheckBox checkBox) { in setDialogTextAreaClickListener()
H A DAccessibilityDialogUtils.java355 final CheckBox checkBox = view.findViewById(R.id.checkbox); in setupShortcutWidgetWithTitleAndSummary() local
H A DToggleFeaturePreferenceFragment.java548 private void setDialogTextAreaClickListener(View dialogView, CheckBox checkBox) { in setDialogTextAreaClickListener()
/aosp12/packages/apps/Dialer/java/com/android/dialer/interactions/
H A DPhoneNumberInteraction.java560 final CheckBox checkBox = (CheckBox) alertDialog.findViewById(R.id.setPrimary); in onClick() local