Home
last modified time | relevance | path

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

1234

/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
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
134 final CheckBox checkBox = (CheckBox) holder.findViewById(R.id.checkboxWidget); in clickWidgetView_shouldToggleCheckBox() local
154 final CheckBox checkBox = (CheckBox) holder.findViewById(R.id.checkboxWidget); in clickWidgetView_shouldNotToggleCheckBoxIfDisabled() local
186 final CheckBox checkBox = (CheckBox) holder.findViewById(R.id.checkboxWidget); in onBindViewHolder_checkBoxShouldHaveContentDescription() local
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingPasswordPreferenceTest.java72 var checkBox = view.findViewById(R.id.audio_sharing_stream_password_checkbox); in onBindDialogView_correctLayout() local
89 var checkBox = view.findViewById(R.id.audio_sharing_stream_password_checkbox); in setEditable_true() local
110 var checkBox = view.findViewById(R.id.audio_sharing_stream_password_checkbox); in setEditable_false() local
130 CheckBox checkBox = view.findViewById(R.id.audio_sharing_stream_password_checkbox); in setChecked_true() local
144 CheckBox checkBox = view.findViewById(R.id.audio_sharing_stream_password_checkbox); in setChecked_false() local
/aosp_15_r20/packages/apps/Car/Settings/tests/deviceless/src/com/android/car/settings/common/
DPasswordEditTextPreferenceDialogFragmentTest.java82 CheckBox checkBox = dialog.findViewById(R.id.checkbox); in onStart_inputTypeSetToPassword_shouldRevealShowPasswordCheckBoxUnchecked() local
93 CheckBox checkBox = dialog.findViewById(R.id.checkbox); in onCheckBoxChecked_shouldRevealRawPassword() local
109 CheckBox checkBox = dialog.findViewById(R.id.checkbox); in onCheckBoxUnchecked_shouldObscureRawPassword() local
/aosp_15_r20/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/data/entries/
DSelectAllViewBinder.kt41 val checkBox = view.findViewById<CheckBox>(R.id.item_checkbox_button) in bind() constant
DEntryItemViewBinder.kt60 val checkBox = view.findViewById<CheckBox>(R.id.item_checkbox_button) in bind() constant
DPlannedExerciseSessionItemViewBinder.kt59 val checkBox = view.findViewById<CheckBox>(R.id.item_checkbox_button) in bind() constant
DSeriesDataItemViewBinder.kt63 val checkBox = view.findViewById<CheckBox>(R.id.item_checkbox_button) in bind() constant
DSleepSessionItemViewBinder.kt64 val checkBox = view.findViewById<CheckBox>(R.id.item_checkbox_button) in bind() constant
DExerciseSessionItemViewBinder.kt67 val checkBox = view.findViewById<CheckBox>(R.id.item_checkbox_button) in bind() constant
/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/
H A DCommunicationDeviceView.java158 CheckBox checkBox = (CheckBox) view; in onSetSpeakerphoneOn() local
191 CheckBox checkBox = (CheckBox) view; in onStartStopBluetoothSco() local
/aosp_15_r20/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
/aosp_15_r20/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/deletion/
DDeletionAppDataConfirmationDialogFragment.kt50 val checkBox = view.findViewById(R.id.dialog_checkbox) as CheckBox in <lambda>() constant
/aosp_15_r20/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/selectabledeletion/
DDeletionPermissionTypesPreference.kt67 val checkBox = holder.findViewById(R.id.checkbox_button) as CheckBox in onBindViewHolder() constant
/aosp_15_r20/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/permissions/shared/
DDisconnectHealthPermissionsDialogFragment.kt135 val checkBox = in <lambda>() constant
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowCheckBoxTest.java15 CheckBox checkBox = new CheckBox(ApplicationProvider.getApplicationContext()); in testWorks() local
/aosp_15_r20/frameworks/base/tests/graphics/VectorDrawableTest/src/com/android/test/dynamic/
H A DVectorCheckbox.java60 CheckBox checkBox = new CheckBox(this); in onCreate() local
/aosp_15_r20/external/autotest/frontend/client/src/autotest/common/table/
H A DCheckboxFilter.java12 private CheckBox checkBox = new CheckBox(); field in CheckboxFilter
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DTwoStatePreferenceHelper.java65 static void addSwitchPreferenceBasedOnCheckBoxPreference(final CheckBoxPreference checkBox, in addSwitchPreferenceBasedOnCheckBoxPreference()
/aosp_15_r20/packages/apps/Browser2/src/org/chromium/webview_shell/
DWebViewAnimationTestActivity.java118 CheckBox checkBox = ((CheckBox) findViewById(R.id.use_layer)); in onCreate() local
/aosp_15_r20/external/autotest/frontend/client/src/autotest/afe/
H A DCheckBoxPanel.java22 public void add(ICheckBox checkBox) { in add()
/aosp_15_r20/out/soong/.intermediates/packages/modules/HealthFitness/apk/HealthConnectLibrary/android_common_apex34/kapt/gen/stubs/com/android/healthconnect/controller/selectabledeletion/
DDeletionConfirmationDialogFragment.java55 private final void setupCheckbox(android.widget.CheckBox checkBox) { in setupCheckbox()
DSelectAllCheckboxPreference.java21 private android.widget.CheckBox checkBox; field in SelectAllCheckboxPreference
/aosp_15_r20/packages/services/Car/tests/DiagnosticTools/src/com/google/android/car/diagnostictools/
DRowViewHolder.java32 public CheckBox checkBox; field in RowViewHolder
/aosp_15_r20/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/users/
DUserRestrictionAdapter.java66 CheckBox checkBox = new CheckBox(mContext); in createCheckBox() local
/aosp_15_r20/packages/apps/TV/src/com/android/tv/ui/sidepanel/
DCheckBoxItem.java47 CompoundButton checkBox = (CompoundButton) view.findViewById(getCompoundButtonId()); in onBind() local

1234