Searched defs:which (Results 1 - 25 of 113) sorted by last modified time

12345

/packages/services/Telephony/src/com/android/phone/
H A DCallForwardEditPreference.java34 * Remembers which button was clicked by a user. If no button is clicked yet, this should have
96 public void onClick(DialogInterface dialog, int which) { argument
97 super.onClick(dialog, which);
98 mButtonClicked = which;
H A DEditPhoneNumberPreference.java51 // The preference is backed by a string that holds the encoded value, which reads:
97 * value indicating which of the three possible buttons were pressed.
311 public void onClick(DialogInterface dialog, int which) { argument
313 if ((mConfirmationMode == CM_ACTIVATION) && (which == DialogInterface.BUTTON_NEUTRAL)) {
318 mButtonClicked = which;
319 super.onClick(dialog, which);
H A DEmergencyDialer.java722 public void onColorsChanged(ColorExtractor extractor, int which) { argument
723 if ((which & WallpaperManager.FLAG_LOCK) != 0) {
H A DMobileDataPreference.java136 // disabling data; show confirmation dialog which eventually
222 public void onClick(DialogInterface dialog, int which) { argument
223 if (which != DialogInterface.BUTTON_POSITIVE) {
H A DRoamingDialogFragment.java41 // the host activity which implements the listening interface
71 public void onClick(DialogInterface dialog, int which) { argument
73 if (which == dialog.BUTTON_POSITIVE) {
H A DSimContacts.java128 public void onClick(DialogInterface dialog, int which) { argument
129 if (which == DialogInterface.BUTTON_NEGATIVE) {
H A DTimeConsumingPreferenceActivity.java31 public void onClick(DialogInterface dialog, int which) { argument
37 public void onClick(DialogInterface dialog, int which) { argument
/packages/services/Telephony/src/com/android/phone/settings/
H A DVoicemailSettingsActivity.java68 * DO NOT RENAME. There are existing apps which use this intent value.
75 * DO NOT RENAME. There are existing apps which use this intent value.
91 * String Extra put into ACTION_ADD_VOICEMAIL call to indicate which provider should be hidden
92 * in the list of providers presented to the user. This allows a provider which is being
130 * This set keeps track of the CF types for which we've issued change
410 // update the voicemail number field, which takes care of the
592 // code here that calls showDialog() directly (which will result in a
628 public void onClick(DialogInterface dialog, int which) { argument
629 if (DBG) log("onClick: button clicked is " + which);
632 switch (which){
[all...]
/packages/services/Telecomm/src/com/android/server/telecom/components/
H A DChangeDefaultDialerDialog.java71 public void onClick(DialogInterface dialog, int which) { argument
72 switch (which) {
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DRingtonePickerActivity.java113 /** Id of the user to which the ringtone picker should list the ringtones */
153 public void onClick(DialogInterface dialog, int which) {
154 if (which == mCursor.getCount() + mStaticItemCount) {
166 setCheckedItem(which);
175 playRingtone(which, 0);
477 public void onClick(DialogInterface dialog, int which) { argument
478 boolean positiveResult = which == DialogInterface.BUTTON_POSITIVE;
647 // Here we use an existing resource "notification_sound_default" which is
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
H A DAccountsSettingsFragment.java358 // If it isn't, select the 0th account by default which will get picked up
395 public void onClick(final DialogInterface dialog, final int which) { argument
397 switch (which) {
445 public void onClick(final DialogInterface dialog, final int which) {
446 if (which == DialogInterface.BUTTON_POSITIVE) {
479 final int which) {
480 if (which == DialogInterface.BUTTON_POSITIVE) {
H A DCustomInputStylePreference.java126 // would look strange. To fix this, we align them to the view's start, which will be
170 public void onClick(final DialogInterface dialog, final int which) { argument
171 super.onClick(dialog, which);
172 switch (which) {
H A DSeekBarDialogPreference.java113 public void onClick(final DialogInterface dialog, final int which) { argument
114 super.onClick(dialog, which);
116 if (which == DialogInterface.BUTTON_NEUTRAL) {
122 if (which == DialogInterface.BUTTON_POSITIVE) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
H A DDevelopmentFragment.java1326 private void updateAnimationScaleValue(int which, ListPreference pref) { argument
1328 float scale = mWindowManager.getAnimationScale(which);
1354 private void writeAnimationScaleOption(int which, ListPreference pref, Object newValue) { argument
1357 mWindowManager.setAnimationScale(which, scale);
1358 updateAnimationScaleValue(which, pref);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationViewHeader.java211 public void onClick(DialogInterface dialog, int which) { argument
212 if (which == DialogInterface.BUTTON_POSITIVE) {
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DComposeActivity.java154 // Identifiers for which type of composition this is
785 // There are accounts, but none are sync'd, which is just like having no accounts.
1240 // Otherwise, give the user the ability to choose which account to
1270 * @param account Account in which the message arrived.
1272 * @return the address from which to reply.
1280 // If we aren't explicitly told which account to look for, look at
2197 // the current user OR a custom from of the current user, in which case
2199 // OR missing, in which case use the sender of the original message
2208 // In this case, the user is replying to a message in which their
2376 * until they add something, at which poin
3100 onClick(DialogInterface dialog, int which) argument
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DFolderSelectionActivity.java250 public void onClick(DialogInterface dialog, int which) { argument
251 if (which == DialogInterface.BUTTON_POSITIVE) {
H A DMultiFoldersSelectionDialog.java215 public void onClick(DialogInterface dialog, int which) { argument
216 switch (which) {
H A DSingleFolderSelectionDialog.java134 public void onClick(DialogInterface dialog, int which) { argument
/packages/apps/UnifiedEmail/src/com/android/mail/ui/settings/
H A DClearPictureApprovalsDialogFragment.java59 public void onClick(DialogInterface dialog, int which) { argument
60 if (which == DialogInterface.BUTTON_POSITIVE) {
H A DGeneralPrefsFragment.java49 // Keys used to reference pref widgets which don't map directly to preference entries
160 public void onClick(DialogInterface dialog, int which) { argument
162 if (which == DialogInterface.BUTTON_POSITIVE) {
197 // 2. a pref that must obtain its initial value from migrated storage, and for which we
/packages/apps/StorageManager/src/com/android/storagemanager/automatic/
H A DWarningDialogFragment.java50 public void onClick(DialogInterface dialog, int which) { argument
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
H A DConfirmDeletionDialog.java41 // If the confirm deletion dialog has been shown before. Used to choose which warning message
72 public void onClick(DialogInterface dialog, int which) { argument
78 switch (which) {
/packages/apps/SpareParts/src/com/android/spare_parts/
H A DSpareParts.java178 public void writeAnimationPreference(int which, Object objValue) { argument
181 mWindowManager.setAnimationScale(which, val);
217 public void readAnimationPreference(int which, ListPreference pref) { argument
219 float scale = mWindowManager.getAnimationScale(which);
/packages/apps/Settings/src/com/android/settings/
H A DActivityPicker.java114 public void onClick(DialogInterface dialog, int which) { argument
115 Intent intent = getIntentForPosition(which);
200 * Adapter which shows the set of activities that can be performed for a

Completed in 507 milliseconds

12345