Searched refs:isChecked (Results 1 - 25 of 117) sorted by relevance

12345

/packages/apps/Phone/src/com/android/phone/
H A DCellBroadcastSms.java183 if(mButtonBcSms.isChecked()) {
202 mButtonEmergencyBroadcast.isChecked(), 1);
204 mButtonEmergencyBroadcast.isChecked(), 1);
207 mButtonAdministrative.isChecked(), 2);
208 CellBroadcastSmsConfig.setCbSmsBSelectedValue(mButtonAdministrative.isChecked(), 2);
211 mButtonMaintenance.isChecked(), 3);
212 CellBroadcastSmsConfig.setCbSmsBSelectedValue(mButtonMaintenance.isChecked(), 3);
215 mButtonLocalWeather.isChecked(), 20);
216 CellBroadcastSmsConfig.setCbSmsBSelectedValue(mButtonLocalWeather.isChecked(), 20);
218 CellBroadcastSmsConfig.setConfigDataCompleteBSelected(mButtonAtr.isChecked(), 2
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
H A DMtpFullscreenView.java59 public boolean isChecked() { method in class:MtpFullscreenView
60 return mCheckbox.isChecked();
100 public void onCheckedChanged(CompoundButton arg0, boolean isChecked) { argument
101 if (mBroker != null) mBroker.setItemChecked(mPosition, isChecked);
105 public void onCheckedChanged(int position, boolean isChecked) { argument
107 setChecked(isChecked);
H A DMtpThumbnailTileView.java78 if (isChecked()) {
84 public boolean isChecked() { method in class:MtpThumbnailTileView
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DCheckableImageView.java43 if (isChecked()) {
53 public boolean isChecked() { method in class:CheckableImageView
/packages/apps/Music/src/com/android/music/
H A DCheckableRelativeLayout.java43 if (isChecked()) {
53 public boolean isChecked() { method in class:CheckableRelativeLayout
/packages/apps/Browser/src/com/android/browser/
H A DHistoryItem.java56 item.setIsBookmark(mStar.isChecked());
64 return mStar.isChecked();
79 boolean isChecked) {
80 if (isChecked) {
78 onCheckedChanged(CompoundButton buttonView, boolean isChecked) argument
/packages/apps/Settings/src/com/android/settings/
H A DApnPreference.java80 boolean isChecked = getKey().equals(mSelectedKey);
81 if (isChecked) {
87 rb.setChecked(isChecked);
106 public boolean isChecked() { method in class:ApnPreference
114 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { argument
115 Log.i(TAG, "ID: " + getKey() + " :" + isChecked);
120 if (isChecked) {
H A DDevelopmentSettings.java484 if (cb.isChecked()) {
535 mDebugApp, mWaitForDebugger.isChecked(), true);
580 Settings.Global.PACKAGE_VERIFIER_INCLUDE_ADB, mVerifyAppsOverUsb.isChecked() ? 1 : 0);
642 mWindowManager.setStrictModeVisualIndicatorPreference(mStrictMode.isChecked()
654 Settings.System.POINTER_LOCATION, mPointerLocation.isChecked() ? 1 : 0);
664 Settings.System.SHOW_TOUCHES, mShowTouches.isChecked() ? 1 : 0);
704 final int showUpdates = mShowScreenUpdates.isChecked() ? 1 : 0;
721 final int disableOverlays = mDisableOverlays.isChecked() ? 1 : 0;
737 SystemProperties.set(HARDWARE_UI_PROPERTY, mForceHardwareUi.isChecked() ? "true" : "false");
746 SystemProperties.set(MSAA_PROPERTY, mForceMsaa.isChecked()
1018 onCheckedChanged(CompoundButton buttonView, boolean isChecked) argument
[all...]
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothEnabler.java108 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { argument
110 if (isChecked &&
118 mLocalAdapter.setBluetoothEnabled(isChecked);
145 private void setChecked(boolean isChecked) { argument
146 if (isChecked != mSwitch.isChecked()) {
152 mSwitch.setChecked(isChecked);
/packages/apps/Email/src/com/android/email/activity/setup/
H A DDebugFragment.java109 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { argument
112 mPreferences.setEnableDebugLogging(isChecked);
113 Email.DEBUG = isChecked;
114 Email.DEBUG_EXCHANGE = isChecked;
117 mPreferences.setEnableExchangeLogging(isChecked);
118 Email.DEBUG_EXCHANGE_VERBOSE = isChecked;
121 mPreferences.setEnableExchangeFileLogging(isChecked);
122 Email.DEBUG_EXCHANGE_FILE = isChecked;
125 Email.sDebugInhibitGraphicsAcceleration = isChecked;
126 mPreferences.setInhibitGraphicsAcceleration(isChecked);
[all...]
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DFileItemInfoLayout.java41 setChecked(!mCheckbox.isChecked());
64 public boolean isChecked() { method in class:FileItemInfoLayout
65 return mCheckbox.isChecked();
/packages/apps/Settings/src/com/android/settings/tts/
H A DTtsEnginePreference.java92 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
93 onRadioButtonClicked(buttonView, isChecked);
122 boolean isChecked = getKey().equals(mSharedState.getCurrentKey());
123 if (isChecked) {
128 rb.setChecked(isChecked);
137 onRadioButtonClicked(rb, !rb.isChecked());
144 mSettingsIcon.setEnabled(isChecked && mVoiceCheckData != null);
145 if (!isChecked) {
169 mSettingsIcon.setEnabled(mRadioButton.isChecked());
181 if (mRadioButton.isChecked()) {
214 onRadioButtonClicked(final CompoundButton buttonView, boolean isChecked) argument
[all...]
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
H A DDownloadItem.java128 public boolean isChecked() { method in class:DownloadItem
129 return mCheckBox.isChecked();
135 mDownloadList.onDownloadSelectionChanged(mDownloadId, mCheckBox.isChecked(),
137 mDownloadList.getCurrentView().setItemChecked(mPosition, mCheckBox.isChecked());
142 setChecked(!isChecked());
/packages/apps/Email/tests/src/com/android/email/activity/setup/
H A DAccountSetupExchangeTests.java174 assertFalse(mSslRequiredCheckbox.isChecked());
175 assertFalse(mTrustAllCertificatesCheckbox.isChecked());
189 assertTrue(mSslRequiredCheckbox.isChecked());
190 assertFalse(mTrustAllCertificatesCheckbox.isChecked());
199 assertTrue(mSslRequiredCheckbox.isChecked());
200 assertTrue(mTrustAllCertificatesCheckbox.isChecked());
/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DSpellCheckersPreference.java36 final boolean checked = isChecked();
/packages/apps/DeskClock/src/com/android/deskclock/
H A DScreensaverSettingsActivity.java62 boolean state = ((CheckBoxPreference) pref).isChecked();
73 boolean state = ((CheckBoxPreference) pref).isChecked();
H A DRepeatPreference.java73 boolean isChecked) {
74 mNewDaysOfWeek.set(which, isChecked);
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DCorpusView.java68 public boolean isChecked() { method in class:CorpusView
86 if (isChecked()) {
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiEnabler.java103 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { argument
109 if (isChecked && !WirelessSettings.isRadioAllowed(mContext, Settings.Global.RADIO_WIFI)) {
117 if (isChecked && ((wifiApState == WifiManager.WIFI_AP_STATE_ENABLING) ||
122 if (mWifiManager.setWifiEnabled(isChecked)) {
155 if (checked != mSwitch.isChecked()) {
169 if (state != null && mSwitch.isChecked()) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
H A DFeedbackFragment.java82 if (mIncludingUserRecordingCheckBox.isChecked()) {
101 final boolean isIncludingAccountName = mIncludingAccountNameCheckBox.isChecked();
103 isIncludingAccountName, mIncludingUserRecordingCheckBox.isChecked());
123 bundle.putBoolean(KEY_INCLUDE_ACCOUNT_NAME, mIncludingAccountNameCheckBox.isChecked());
124 bundle.putBoolean(KEY_HAS_USER_RECORDING, mIncludingUserRecordingCheckBox.isChecked());
/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
H A DVideoChatTestActivity.java158 ((CheckBox) findViewById(R.id.frontcameracheckbox)).isChecked();
159 boolean testBackCamera = ((CheckBox) findViewById(R.id.backcameracheckbox)).isChecked();
160 boolean testQVGA = ((CheckBox) findViewById(R.id.qvgacheckbox)).isChecked();
161 boolean testVGA = ((CheckBox) findViewById(R.id.vgacheckbox)).isChecked();
162 boolean test15fps = ((CheckBox) findViewById(R.id.fps15checkbox)).isChecked();
163 boolean test30fps = ((CheckBox) findViewById(R.id.fps30checkbox)).isChecked();
164 boolean testRotate0 = ((CheckBox) findViewById(R.id.rotate0checkbox)).isChecked();
165 boolean testRotate90 = ((CheckBox) findViewById(R.id.rotate90checkbox)).isChecked();
166 boolean testRotate180 = ((CheckBox) findViewById(R.id.rotate180checkbox)).isChecked();
167 boolean testRotate270 = ((CheckBox) findViewById(R.id.rotate270checkbox)).isChecked();
[all...]
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
H A DSettingsActivity.java84 Settings.setKeySound(mKeySoundPref.isChecked());
85 Settings.setVibrate(mVibratePref.isChecked());
86 Settings.setPrediction(mPredictionPref.isChecked());
/packages/apps/Camera/src/com/android/camera/ui/
H A DCheckedLinearLayout.java35 public boolean isChecked() { method in class:CheckedLinearLayout
/packages/apps/Gallery2/src/com/android/camera/ui/
H A DCheckedLinearLayout.java35 public boolean isChecked() { method in class:CheckedLinearLayout
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/
H A DCheckBroker.java27 public void onCheckedChanged(int position, boolean isChecked); argument

Completed in 397 milliseconds

12345