Searched defs:which (Results 1 - 25 of 113) sorted by path

12345

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppBtEnableActivity.java81 public void onClick(DialogInterface dialog, int which) { argument
82 switch (which) {
H A DBluetoothOppBtErrorActivity.java79 public void onClick(DialogInterface dialog, int which) { argument
80 switch (which) {
H A DBluetoothOppIncomingFileConfirmActivity.java137 public void onClick(DialogInterface dialog, int which) { argument
138 switch (which) {
H A DBluetoothOppTransferActivity.java349 public void onClick(DialogInterface dialog, int which) { argument
350 switch (which) {
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapActivity.java212 public void onClick(DialogInterface dialog, int which) { argument
213 switch (which) {
/packages/apps/Calendar/src/com/android/calendar/
H A DDeleteEventHelper.java175 // Enable the "ok" button now that the user has selected which
196 * Does the required processing for deleting an event, which includes
198 * a normal event) or a dialog asking which events to delete (if the
199 * event is a repeating event). The "which" parameter is used to check
201 * "which" to -1 to have nothing selected initially.
206 * @param which one of the values {@link DELETE_SELECTED},
209 public void delete(long begin, long end, long eventId, int which) { argument
215 mWhichDelete = which;
218 public void delete(long begin, long end, long eventId, int which, Runnable callback) { argument
219 delete(begin, end, eventId, which);
257 delete(long begin, long end, CalendarEventModel model, int which) argument
354 deleteRepeatingEvent(int which) argument
[all...]
H A DEditResponseHelper.java50 * @return whichEvents, representing which events were selected on which to
61 public void setWhichEvents(int which) { argument
62 mWhichEvents = which;
66 public void onClick(DialogInterface dialog, int which) { argument
99 public void onClick(DialogInterface dialog, int which) {
100 mWhichEvents = which;
102 // Enable the "ok" button now that the user has selected which
116 * which events the user wants to respond to.
140 // Disable the "Ok" button until the user selects which event
[all...]
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventView.java247 // of calls to normalize() and toMillis(), which are fairly
345 // of calls to normalize() and toMillis(), which are fairly
655 public void onClick(DialogInterface dialog, int which) { argument
659 if (which == DialogInterface.BUTTON_POSITIVE) {
998 // lists (which may have elements added and removed based on calendar properties). This
1529 // in which email addresses are concatenated together with no separator.
/packages/apps/Contacts/src/com/android/contacts/
H A DNonPhoneActivity.java88 public void onClick(DialogInterface dialog, int which) { argument
89 if (which == DialogInterface.BUTTON_POSITIVE) {
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DShowOrCreateActivity.java256 public void onClick(DialogInterface dialog, int which) { argument
/packages/apps/Contacts/src/com/android/contacts/datepicker/
H A DDatePickerDialog.java140 public void onClick(DialogInterface dialog, int which) { argument
/packages/apps/Contacts/src/com/android/contacts/model/
H A DAccountTypeManager.java199 * Loads accounts and applies the fitler returning only for which the predicate is true
433 public void onStatusChanged(int which) { argument
/packages/apps/Contacts/src/com/android/contacts/util/
H A DAccountSelectionUtil.java81 public void onClick(DialogInterface dialog, int which) { argument
83 doImport(mActivity, mResId, mAccountList.get(which), mSubscriptionId);
/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DCancelActivity.java50 public void onClick(DialogInterface dialog, int which) { argument
59 public void onClick(DialogInterface dialog, int which) { argument
H A DExportVCardActivity.java203 public void onClick(DialogInterface dialog, int which) { argument
H A DImportVCardActivity.java73 * Note that this Activity assumes that the instance is a "one-shot Activity", which will be
135 public void onClick(DialogInterface dialog, int which) { argument
496 * Returns the local file name which stores the file from sourceUri.
H A DSelectAccountActivity.java41 public void onClick(DialogInterface dialog, int which) { argument
84 public void onClick(DialogInterface dialog, int which) {
86 final AccountWithDataSet account = mAccountList.get(which);
/packages/apps/DeskClock/src/com/android/deskclock/
H A DLabelDialogFragment.java238 public void onClick(DialogInterface dialog, int which) { argument
/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DAccountTypeManager.java132 * @return Unmodifiable map from {@link AccountTypeWithDataSet}s to {@link AccountType}s which
328 * Return all {@link AccountType}s with at least one account which supports "invite", i.e. its
363 public void onStatusChanged(int which) { argument
653 * @return Unmodifiable map from {@link AccountTypeWithDataSet}s to {@link AccountType}s which
671 // can potentially cause a deadlock situation if this method is called from code which
674 // context in which this method is called.
/packages/apps/Dialer/java/com/android/dialer/interactions/
H A DPhoneNumberInteraction.java140 * Activities which use this class must implement this. They will be notified if there was an
150 * Activities which use this class must implement this. They will be notified if the phone number
470 * {@link DialogFragment} used for displaying a dialog with a list of phone numbers of which one
477 * <p>This fragment may only be attached to activities which implement {@link
539 public void onClick(DialogInterface dialog, int which) { argument
545 if (mPhoneList.size() > which && which >= 0) {
546 final PhoneItem phoneItem = mPhoneList.get(which);
/packages/apps/Email/provider_src/com/android/email/activity/setup/
H A DAccountSecurity.java103 * Used for generating intent for this activity (which is intended to be launched
111 * @return an Intent which can be used to view that account
122 * Used for generating intent for this activity (which is intended to be launched
123 * from a notification.) This is a special mode of this activity which exists only
541 public void onClick(DialogInterface dialog, int which) { argument
549 switch (which) {
618 public void onClick(DialogInterface dialog, int which) { argument
621 if (which == DialogInterface.BUTTON_POSITIVE) {
/packages/apps/Email/provider_src/com/android/email/provider/
H A DFolderPickerDialog.java126 public void onClick(DialogInterface dialog, int which) { argument
127 switch (which) {
139 onClick(dialog, which, true);
145 public void onClick(DialogInterface dialog, int which, boolean isChecked) { argument
146 final FolderRow row = (FolderRow) mAdapter.getItem(which);
151 mDialog.getListView().setItemChecked(which, false);
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSetupFinal.java79 * construct an intent which contains all necessary information to create the account. No
262 * This works in a manner fairly similar to automatic setup, in which the complete
1104 * which handles creating the account in the system and database.
1159 // The account manager will report back via the callback, which will take us to
1262 public void onClick(DialogInterface dialog, int which) { argument
/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DAlertDialogFragment.java41 * @param which the button that was clicked (e.g.
45 void onClick(AlertDialogFragment fragment, int which); argument
128 public void onClick(DialogInterface dialog, int which) { argument
131 ((AlertDialogFragment.OnClickListener) activity).onClick(this, which);
H A DCalculator.java118 // A RESULT -> ERROR transition is possible in rare corner cases, in which
1233 public void onClick(AlertDialogFragment fragment, int which) { argument
1234 if (which == DialogInterface.BUTTON_POSITIVE) {
1237 // handle expressions to which they refer?
1350 // while in history mode, which causes all sorts of problems.
1416 * are added to mUnprocessedChars, which is presumed to immediately precede the newly

Completed in 384 milliseconds

12345