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

123456

/packages/services/Telephony/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.java61 public boolean isChecked() { method in class:MtpFullscreenView
62 return mCheckbox.isChecked();
102 public void onCheckedChanged(CompoundButton arg0, boolean isChecked) { argument
104 mBroker.setItemChecked(mPosition, isChecked);
109 public void onCheckedChanged(int position, boolean isChecked) { argument
111 setChecked(isChecked);
H A DMtpThumbnailTileView.java82 if (isChecked()) {
88 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.java65 boolean isChecked = getKey().equals(mSelectedKey);
66 if (isChecked) {
72 rb.setChecked(isChecked);
88 public boolean isChecked() { method in class:ApnPreference
96 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { argument
97 Log.i(TAG, "ID: " + getKey() + " :" + isChecked);
102 if (isChecked) {
H A DDevelopmentSettings.java553 if (cb.isChecked()) {
608 adapter.configHciSnoopLog(mBtHciSnoopLog.isChecked());
611 mBtHciSnoopLog.isChecked() ? 1 : 0);
617 mDebugApp, mWaitForDebugger.isChecked(), true);
662 Settings.Global.PACKAGE_VERIFIER_INCLUDE_ADB, mVerifyAppsOverUsb.isChecked() ? 1 : 0);
728 mWindowManager.setStrictModeVisualIndicatorPreference(mStrictMode.isChecked()
740 Settings.System.POINTER_LOCATION, mPointerLocation.isChecked() ? 1 : 0);
750 Settings.System.SHOW_TOUCHES, mShowTouches.isChecked() ? 1 : 0);
790 final int showUpdates = mShowScreenUpdates.isChecked() ? 1 : 0;
807 final int disableOverlays = mDisableOverlays.isChecked()
1281 onSwitchChanged(Switch switchView, boolean isChecked) argument
[all...]
/packages/apps/Email/src/com/android/email/activity/setup/
H A DDebugFragment.java86 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { argument
89 mPreferences.setEnableDebugLogging(isChecked);
90 MailActivityEmail.DEBUG = isChecked;
91 MailActivityEmail.DEBUG_EXCHANGE = isChecked;
94 mPreferences.setEnableExchangeLogging(isChecked);
95 MailActivityEmail.DEBUG_VERBOSE = isChecked;
98 mPreferences.setEnableExchangeFileLogging(isChecked);
99 MailActivityEmail.DEBUG_FILE = isChecked;
102 mPreferences.setEnableStrictMode(isChecked);
103 MailActivityEmail.enableStrictMode(isChecked);
[all...]
H A DAccountSetupOptionsFragment.java180 return mBackgroundAttachmentsView.isChecked();
198 return mSyncEmailView.isChecked();
202 return mSyncCalendarView.isChecked();
206 return mSyncContactsView.isChecked();
210 return mNotifyView.isChecked();
/packages/apps/Settings/src/com/android/settings/widget/
H A DSwitchBar.java45 * @param isChecked The new checked state of switchView.
47 void onSwitchChanged(Switch switchView, boolean isChecked); argument
95 public void onSwitchChanged(Switch switchView, boolean isChecked) {
96 setTextViewLabel(isChecked);
106 public void setTextViewLabel(boolean isChecked) { argument
107 mTextView.setText(isChecked ? R.string.switch_on_text : R.string.switch_off_text);
120 public boolean isChecked() { method in class:SwitchBar
121 return mSwitch.isChecked();
154 final boolean isChecked = !mSwitch.isChecked();
158 propagateChecked(boolean isChecked) argument
166 onCheckedChanged(CompoundButton buttonView, boolean isChecked) argument
[all...]
/packages/apps/Settings/src/com/android/settings/voice/
H A DVoiceInputPreference.java65 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
66 onRadioButtonClicked(buttonView, isChecked);
98 boolean isChecked = getKey().equals(mSharedState.getCurrentKey());
99 if (isChecked) {
104 rb.setChecked(isChecked);
113 onRadioButtonClicked(rb, !rb.isChecked());
126 updateCheckedState(isChecked);
162 void updateCheckedState(boolean isChecked) { argument
165 if (isChecked) {
177 void onRadioButtonClicked(final CompoundButton buttonView, boolean isChecked) { argument
[all...]
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
H A DCheckableFrameLayout.java40 public boolean isChecked() { method in class:CheckableFrameLayout
58 if (isChecked()) {
/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()) {
213 onRadioButtonClicked(final CompoundButton buttonView, boolean isChecked) argument
[all...]
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothEnabler.java153 private void setChecked(boolean isChecked) { argument
154 if (isChecked != mSwitch.isChecked()) {
160 mSwitch.setChecked(isChecked);
177 public void onSwitchChanged(Switch switchView, boolean isChecked) { argument
179 if (isChecked &&
187 mLocalAdapter.setBluetoothEnabled(isChecked);
/packages/apps/Camera2/src/com/android/camera/widget/
H A DLocationDialogLayout.java70 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
71 mCheckBoxChecked = isChecked;
/packages/apps/DeskClock/src/com/android/deskclock/
H A DScreensaverSettingsActivity.java55 boolean state = ((CheckBoxPreference) pref).isChecked();
66 boolean state = ((CheckBoxPreference) pref).isChecked();
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DCorpusView.java69 public boolean isChecked() { method in class:CorpusView
89 if (isChecked()) {
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapEmailSettingsAdapter.java126 boolean isChecked) {
129 child.mIsChecked = isChecked;
130 if (isChecked) {
172 // child.isChecked =false;
250 boolean isChecked) {
257 children.mIsChecked = isChecked;
263 isChecked = false;
267 groupItem.mIsChecked = isChecked;
317 private void updateSlotCounter(boolean isChecked){ argument
318 if(isChecked)
[all...]
/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/apps/Camera/src/com/android/camera/ui/
H A DCheckedLinearLayout.java35 public boolean isChecked() { method in class:CheckedLinearLayout
/packages/apps/Camera2/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.java37 public void onCheckedChanged(int position, boolean isChecked); argument
/packages/apps/SpeechRecorder/src/com/android/speechrecorder/
H A DSpeechRecorderActivity.java125 String[] utterances = mCall.isChecked() ? mCallUtterances :
126 mDialNanp.isChecked() ? mDialNanpUtterances :
127 mDialPairs.isChecked() ? mDialPairsUtterances :
153 mSampleRate = m8KHz.isChecked()? 8000 :
154 m11KHz.isChecked() ? 11025 :

Completed in 770 milliseconds

123456