HomeSort by relevance Sort by last modified time
    Searched refs:CheckBox (Results 26 - 50 of 92) sorted by null

12 3 4

  /packages/apps/Browser/src/com/android/browser/
GeolocationPermissionsPrompt.java 26 import android.widget.CheckBox;
35 private CheckBox mRemember;
57 mRemember = (CheckBox) findViewById(R.id.remember);
80 // The checkbox should always be intially checked.
  /packages/apps/Email/tests/src/com/android/email/activity/setup/
AccountSetupOptionsTests.java 24 import android.widget.CheckBox;
45 private CheckBox mBackgroundAttachmentsView;
94 * Test that POP3 accounts don't have a "background attachments" checkbox
102 * Test that IMAP accounts have a "background attachments" checkbox
110 * Test that EAS accounts have a "background attachments" checkbox
118 * Common code to check that the "background attachments" checkbox is shown/hidden properly
143 mBackgroundAttachmentsView = (CheckBox) mActivity.findViewById(
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IsolatedService.java 33 import android.widget.CheckBox;
121 CheckBox cb = (CheckBox)mActivity.findViewById(bind);
146 if (((CheckBox)v).isChecked()) {
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
LayoutAnimationsHideShow.java 32 import android.widget.CheckBox;
55 final CheckBox hideGoneCB = (CheckBox) findViewById(R.id.hideGoneCB);
89 CheckBox customAnimCB = (CheckBox) findViewById(R.id.customAnimCB);
AnimatorEvents.java 23 import android.widget.CheckBox;
76 final CheckBox endCB = (CheckBox) findViewById(R.id.endCB);
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
ClientTest.java 30 import android.widget.CheckBox;
65 CheckBox sig = (CheckBox) findViewById(R.id.sig);
66 CheckBox ftr = (CheckBox) findViewById(R.id.ftr);
100 // CheckBox delall = (CheckBox) findViewById(R.id.delall);
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSyncAdapter.java 30 import android.widget.CheckBox;
132 CheckBox cb = (CheckBox) view.findViewById(R.id.sync);
201 CheckBox cb = (CheckBox) view.findViewById(R.id.sync);
SelectCalendarsSimpleAdapter.java 34 import android.widget.CheckBox;
215 CheckBox syncCheckBox = (CheckBox) view.findViewById(R.id.sync);
276 CheckBox visibleCheckBox = (CheckBox) view.findViewById(R.id.visible_check_box);
  /development/samples/ApiDemos/src/com/example/android/apis/os/
SmsMessagingDemo.java 37 import android.widget.CheckBox;
67 // state of the checkbox.
68 CheckBox enableCheckBox = (CheckBox) findViewById(R.id.sms_enable_receiver);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbResolverActivity.java 34 import android.widget.CheckBox;
62 true /* Set alwaysUseOption to true to enable "always use this app" checkbox. */ );
64 CheckBox alwaysUse = (CheckBox)findViewById(com.android.internal.R.id.alwaysUse);
UsbConfirmActivity.java 39 import android.widget.CheckBox;
49 implements DialogInterface.OnClickListener, CheckBox.OnCheckedChangeListener {
53 private CheckBox mAlwaysUse;
88 // add "always use" checkbox
92 mAlwaysUse = (CheckBox)ap.mView.findViewById(com.android.internal.R.id.alwaysUse);
UsbPermissionActivity.java 38 import android.widget.CheckBox;
48 implements DialogInterface.OnClickListener, CheckBox.OnCheckedChangeListener {
52 private CheckBox mAlwaysUse;
99 // add "always use" checkbox
103 mAlwaysUse = (CheckBox)ap.mView.findViewById(com.android.internal.R.id.alwaysUse);
  /packages/apps/Settings/src/com/android/settings/
AllowBindAppWidgetActivity.java 31 import android.widget.CheckBox;
43 private CheckBox mAlwaysUse;
116 mAlwaysUse = (CheckBox) ap.mView.findViewById(com.android.internal.R.id.alwaysUse);
MasterClearConfirm.java 31 import android.widget.CheckBox;
BrightnessPreference.java 34 import android.widget.CheckBox;
39 SeekBar.OnSeekBarChangeListener, CheckBox.OnCheckedChangeListener {
42 private CheckBox mCheckBox;
110 mCheckBox = (CheckBox)view.findViewById(R.id.automatic_mode);
DeviceAdminSettings.java 39 import android.widget.CheckBox;
119 CheckBox checkbox; field in class:DeviceAdminSettings.ViewHolder
171 h.checkbox = (CheckBox)v.findViewById(R.id.checkbox);
183 vh.checkbox.setChecked(mActiveAdmins.contains(item.getComponent()));
MasterClear.java 39 import android.widget.CheckBox;
63 private CheckBox mExternalStorage;
134 mExternalStorage = (CheckBox) mContentView.findViewById(R.id.erase_external);
  /frameworks/base/core/java/com/android/internal/view/menu/
ListMenuItemView.java 26 import android.widget.CheckBox;
43 private CheckBox mCheckBox;
129 // Depending on whether its exclusive check or not, the checkbox or
253 (CheckBox) inflater.inflate(com.android.internal.R.layout.list_menu_item_checkbox,
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionActivity.java 29 import android.widget.CheckBox;
59 private CheckBox mRememberChoice;
166 mRememberChoice = (CheckBox)mView.findViewById(R.id.bluetooth_pb_remember_choice);
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiApDialog.java 31 import android.widget.CheckBox;
148 ((CheckBox) mView.findViewById(R.id.show_password)).setOnClickListener(this);
169 InputType.TYPE_CLASS_TEXT | (((CheckBox) view).isChecked() ?
  /hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
FmRxRdsConfig.java 32 import android.widget.CheckBox;
54 private CheckBox chbRdsMode;
55 private CheckBox chbSetRdsAf;
110 chbRdsMode = (CheckBox) findViewById(R.id.chbRdsmode);
113 chbSetRdsAf = (CheckBox) findViewById(R.id.chbSetRdsAf);
347 // Rds Af checkbox
349 // Rds Af checkbox
  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnDialog.java 34 import android.widget.CheckBox;
58 private CheckBox mMppe;
65 private CheckBox mSaveLogin;
92 mMppe = (CheckBox) mView.findViewById(R.id.mppe);
99 mSaveLogin = (CheckBox) mView.findViewById(R.id.save_login);
  /packages/apps/CellBroadcastReceiver/tests/src/com/android/cellbroadcastreceiver/tests/
SendTestBroadcastActivity.java 26 import android.widget.CheckBox;
362 final CheckBox delayCheckbox = (CheckBox) findViewById(R.id.button_delay_broadcast);
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/calllog/
FillCallLogTestActivity.java 35 import android.widget.CheckBox;
58 private CheckBox mUseRandomNumbers;
67 mUseRandomNumbers = (CheckBox) findViewById(R.id.use_random_numbers);
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
SensorActivity.java 31 import android.widget.CheckBox;
46 * For each sensor it displays a checkbox that is enabled if the sensor is supported
207 private CheckBox mChk;
213 // Initialize displayed checkbox for this sensor, and register
215 mChk = (CheckBox) row.findViewById(R.id.row_checkbox);
227 * Handles checked state change for the associated CheckBox. If check

Completed in 436 milliseconds

12 3 4