Searched refs:dialog (Results 126 - 140 of 140) sorted by relevance

123456

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DUserSwitcherController.java379 // If switching from guest, we want to bring up the guest exit dialog instead of switching
914 public void onClick(DialogInterface dialog, int which) { argument
938 public void onClick(DialogInterface dialog, int which) { argument
/frameworks/base/core/java/android/widget/
H A DAppSecurityPermissions.java239 public void onClick(DialogInterface dialog, int which) {
H A DVideoView.java571 /* Otherwise, pop up an error dialog so the user knows that
572 * something bad has happened. Only try and pop up the dialog
590 public void onClick(DialogInterface dialog, int whichButton) {
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java1457 * A dialog that asks the user to approve a {@link PrintService}. This dialog is automatically
1474 PrintServiceApprovalDialog dialog = new PrintServiceApprovalDialog();
1478 dialog.setArguments(args);
1480 return dialog;
1528 public void onClick(DialogInterface dialog, int id) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSSecurityFooter.java120 // TODO: Delay dialog creation until after panels are collapsed.
226 public void onClick(DialogInterface dialog, int which) { argument
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DDatePickerDialog.java125 void onDateSet(DatePickerDialog dialog, int year, int monthOfYear, int dayOfMonth); argument
138 // Empty constructor required for dialog fragment.
143 * @param year The initial year of the dialog.
144 * @param monthOfYear The initial month of the dialog.
145 * @param dayOfMonth The initial day of the dialog.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSMSDispatcher.java1626 * Dialog listener for SMS confirmation dialog.
1652 public void onClick(DialogInterface dialog, int which) { argument
1682 public void onCancel(DialogInterface dialog) { argument
1683 Rlog.d(TAG, "dialog dismissed: don't send SMS");
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyboardShortcuts.java99 public void onClick(DialogInterface dialog, int id) {
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DSampleMediaRouterActivity.java783 public void onDismiss(DialogInterface dialog) {
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DSampleMediaRouterActivity.java783 public void onDismiss(DialogInterface dialog) {
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java1676 public void onClick(DialogInterface dialog, int which) {
1698 public void onClick(DialogInterface dialog, int which) {
1699 dialog.dismiss();
1795 // exploration. When a service is first started we show a dialog to the
2052 // exploration. When a service is first started we show a dialog to the
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java503 // Wear bugreport doesn't need the bug info dialog, screenshot and cancel action.
596 * Fetches a {@link BugreportInfo} for a given process and launches a dialog where the user can
945 * intent, but issuing a warning dialog the first time.
971 // Send through warning dialog by default
1418 * Helper class encapsulating the UI elements and logic used to display a dialog where user
1454 * Sets its internal state and displays the dialog.
1491 public void onClick(DialogInterface dialog, int id)
1535 // dialog is always closed, but we need to validate the name first, so we need to
1537 // It would be cleaner to use a regular dialog instead, but let's keep this
1594 * Notifies the dialog tha
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java2097 // exists in the IME switcher dialog. Might be OK to remove this condition once
3620 public void onCancel(DialogInterface dialog) {
3653 // Ensure that the input method dialog is dismissed when changing
3663 public void onClick(final DialogInterface dialog, final int which) {
3690 // Use an alternate token for the dialog for that window manager can group the token
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java257 // Text of the warning dialog currently being displayed. Empty if no dialog currently displayed.
2015 public void onDismiss(DialogInterface dialog) {
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 2397 milliseconds

123456