HomeSort by relevance Sort by last modified time
    Searched refs:Dialog (Results 251 - 275 of 738) sorted by null

<<11121314151617181920>>

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleConnectionPriorityServerBaseActivity.java 20 import android.app.Dialog;
49 private Dialog mDialog;
119 builder.setOnCancelListener(new Dialog.OnCancelListener() {
121 public void onCancel(DialogInterface dialog) {
140 .setOnCancelListener(new Dialog.OnCancelListener() {
142 public void onCancel(DialogInterface dialog) {
213 public void onClick(DialogInterface dialog, int which) {
219 public void onCancel(DialogInterface dialog) {
235 ProgressDialog dialog = new ProgressDialog(this); local
236 dialog.setTitle(R.string.ble_test_running);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodPresentMediaDialog.java 19 import android.app.Dialog;
48 * This dialog shows/plays an image, video or audio uri.
62 ByodPresentMediaDialog dialog = new ByodPresentMediaDialog(); local
65 dialog.setArguments(args);
66 return dialog;
73 ByodPresentMediaDialog dialog = new ByodPresentMediaDialog(); local
76 dialog.setArguments(args);
77 return dialog;
84 ByodPresentMediaDialog dialog = new ByodPresentMediaDialog(); local
87 dialog.setArguments(args)
103 final Dialog dialog = new Dialog(getActivity()); local
    [all...]
  /external/nist-sip/java/javax/sip/
Dialog.java 11 public interface Dialog extends Serializable {
  /external/python/cpython2/Demo/tkinter/guido/
ShellWindow.py 6 from Dialog import Dialog
50 Dialog(self.master,
98 Dialog(self.master,
  /external/python/cpython2/Lib/lib-tk/
tkSimpleDialog.py 12 # dialog base class
14 '''Dialog boxes
16 This module handles dialog boxes. It contains the following
19 Dialog -- a base class for dialogs
30 class Dialog(Toplevel):
39 '''Initialize a dialog.
45 title -- the dialog title
97 '''create dialog body.
154 dialog is destroyed. By default, it always validates OK.
163 the dialog is destroyed. By default, it does nothing
    [all...]
  /frameworks/base/core/java/android/app/
DialogFragment.java 32 * A fragment that displays a dialog window, floating on top of its
33 * activity's window. This fragment contains a Dialog object, which it
35 * the dialog (deciding when to show, hide, dismiss it) should be done through
36 * the API here, not with direct calls on the dialog.
40 * content of the dialog. Alternatively, they can override
41 * {@link #onCreateDialog(Bundle)} to create an entirely custom dialog, such
47 * <li><a href="#BasicDialog">Basic Dialog</a>
48 * <li><a href="#AlertDialog">Alert Dialog</a>
49 * <li><a href="#DialogOrEmbed">Selecting Between Dialog or Embedding</a>
56 * driving it, instead of the Dialog. Note that dialogs are generall
    [all...]
  /frameworks/support/preference/src/main/java/androidx/preference/
PreferenceDialogFragment.java 22 import android.app.Dialog;
44 * Abstract base class which presents a dialog associated with a
46 * not be available during fragment re-creation, the necessary information for displaying the dialog
137 public Dialog onCreateDialog(Bundle savedInstanceState) {
157 // Create the dialog
158 final Dialog dialog = builder.create(); local
160 requestInputMethod(dialog);
163 return dialog;
167 * Get the preference that requested this dialog. Available after {@link #onCreate(Bundle)} ha
    [all...]
PreferenceDialogFragmentCompat.java 21 import android.app.Dialog;
44 * Abstract base class which presents a dialog associated with a
46 * not be available during fragment re-creation, the necessary information for displaying the dialog
137 Dialog onCreateDialog(Bundle savedInstanceState) {
157 // Create the dialog
158 final Dialog dialog = builder.create(); local
160 requestInputMethod(dialog);
163 return dialog;
167 * Get the preference that requested this dialog. Available after {@link #onCreate(Bundle)} ha
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/
SmsStorageLowWarningFragment.java 20 import android.app.Dialog;
47 * Dialog to show the sms storage low warning
61 final ChooseActionDialogFragment dialog = ChooseActionDialogFragment.newInstance(); local
62 dialog.setTargetFragment(this, 0/*requestCode*/);
63 dialog.show(ft, null/*tag*/);
73 final ConfirmationDialog dialog = ConfirmationDialog.newInstance(actionIndex); local
74 dialog.setTargetFragment(this, 0/*requestCode*/);
75 dialog.show(ft, null/*tag*/);
79 * The dialog is cancelled at any step
86 * The dialog to show for user to choose what delete actions to take when storage is lo
115 final Dialog dialog = builder.create(); local
165 final ConfirmationDialog dialog = new ConfirmationDialog(); local
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/
BugleActivityUtil.java 21 import android.app.Dialog;
45 * @param activity is used to launch an error Dialog if necessary
61 * @param activity is the Activity used to launch an error Dialog if necessary
77 public void onClick(final DialogInterface dialog,
  /packages/apps/Settings/src/com/android/settings/users/
EditUserInfoController.java 21 import android.app.Dialog;
46 * This class encapsulates a Dialog for editing the user nickname and photo.
53 private Dialog mEditUserInfoDialog;
71 public Dialog getDialog() {
111 public Dialog createDialog(final Fragment fragment, final Drawable currentUserIcon,
146 public void onClick(DialogInterface dialog, int which) {
185 public void onClick(DialogInterface dialog, int which) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
tkSimpleDialog.py 12 # dialog base class
14 '''Dialog boxes
16 This module handles dialog boxes. It contains the following
19 Dialog -- a base class for dialogs
30 class Dialog(Toplevel):
39 '''Initialize a dialog.
45 title -- the dialog title
97 '''create dialog body.
154 dialog is destroyed. By default, it always validates OK.
163 the dialog is destroyed. By default, it does nothing
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
tkSimpleDialog.py 12 # dialog base class
14 '''Dialog boxes
16 This module handles dialog boxes. It contains the following
19 Dialog -- a base class for dialogs
30 class Dialog(Toplevel):
39 '''Initialize a dialog.
45 title -- the dialog title
97 '''create dialog body.
154 dialog is destroyed. By default, it always validates OK.
163 the dialog is destroyed. By default, it does nothing
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkSimpleDialog.py 12 # dialog base class
14 '''Dialog boxes
16 This module handles dialog boxes. It contains the following
19 Dialog -- a base class for dialogs
30 class Dialog(Toplevel):
39 '''Initialize a dialog.
45 title -- the dialog title
97 '''create dialog body.
154 dialog is destroyed. By default, it always validates OK.
163 the dialog is destroyed. By default, it does nothing
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkSimpleDialog.py 12 # dialog base class
14 '''Dialog boxes
16 This module handles dialog boxes. It contains the following
19 Dialog -- a base class for dialogs
30 class Dialog(Toplevel):
39 '''Initialize a dialog.
45 title -- the dialog title
97 '''create dialog body.
154 dialog is destroyed. By default, it always validates OK.
163 the dialog is destroyed. By default, it does nothing
    [all...]
  /frameworks/base/core/java/android/preference/
DialogPreference.java 24 import android.app.Dialog;
43 * dialog-based. These preferences will, when clicked, open a dialog showing the
65 /** The dialog, if it is showing. */
66 private Dialog mDialog;
105 * Sets the title of the dialog. This will be shown on subsequent dialogs.
115 * @param dialogTitleResId The dialog title as a resource.
130 * Sets the message of the dialog. This will be shown on subsequent dialogs.
132 * This message forms the content View of the dialog and conflicts with
133 * list-based dialogs, for example. If setting a custom View on a dialog vi
311 final Dialog dialog = mDialog = mBuilder.create(); local
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipHelper.java 36 import javax.sip.Dialog;
310 public ClientTransaction sendReinvite(Dialog dialog,
313 Request request = dialog.createRequest(Request.INVITE);
328 dialog.sendRequest(clientTransaction);
424 public void sendInviteAck(ResponseEvent event, Dialog dialog)
429 Request ack = dialog.createAck(cseq);
431 dialog.sendAck(ack);
434 public void sendBye(Dialog dialog) throws SipException
501 Dialog dialog = ((DialogTerminatedEvent) event).getDialog(); local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
PassFailButtons.java 22 import android.app.Dialog;
50 * dialog with instructional text.</li>
72 * Adds an initial informational dialog that appears when entering the test activity for
74 * "Fail" buttons that can be clicked to show the information dialog again.
78 * @param titleId for the text shown in the dialog title area
79 * @param messageId for the text shown in the dialog's body area
146 public Dialog onCreateDialog(int id, Bundle args) {
194 public Dialog onCreateDialog(int id, Bundle args) {
243 public Dialog onCreateDialog(int id, Bundle args) {
304 // Show the middle "info" button and make it show the info dialog when clicked
    [all...]
  /cts/tests/app/app/src/android/app/stubs/
DialogStubActivity.java 22 import android.app.Dialog;
42 * Stub class for Dialog, AlertDialog, DatePickerDialog, TimePickerDialog etc.
99 private Dialog mDialog;
111 protected Dialog onCreateDialog(int id) {
114 mDialog = new Dialog(this);
115 mDialog.setTitle("Hello, Dialog");
119 mDialog = new Dialog(this, 1);
221 public void onCancel(DialogInterface dialog) {
228 public void onCancel(DialogInterface dialog) {
254 public void onCancel(DialogInterface dialog) {
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowActivityTest.java 25 import android.app.Dialog;
287 new Dialog(activity) {
289 activity.dialog = this;
310 new Dialog(activity) {
312 activity.dialog = this;
342 Dialog firstDialog = ShadowDialog.getLatestDialog();
345 Dialog secondDialog = ShadowDialog.getLatestDialog();
353 Dialog dialog = ShadowDialog.getLatestDialog(); local
354 assertTrue(dialog.isShowing())
362 Dialog dialog = ShadowDialog.getLatestDialog(); local
922 public Dialog dialog = null; field in class:ShadowActivityTest.DialogLifeCycleActivity
    [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/simple/
SimpleTvInputSetupActivity.java 21 import android.app.Dialog;
57 newFragment.show(getFragmentManager(), "dialog");
97 public Dialog onCreateDialog(Bundle savedInstanceState) {
103 public void onClick(DialogInterface dialog, int whichButton) {
114 public void onClick(DialogInterface dialog, int whichButton) {
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/
CreditCardExpirationDatePickerView.java 19 import android.app.Dialog;
138 public Dialog onCreateDialog(Bundle savedInstanceState) {
139 DatePickerDialog dialog = new DatePickerDialog(getActivity(), local
142 DatePicker datePicker = dialog.getDatePicker();
153 return dialog;
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/
CreditCardExpirationDatePickerView.java 19 import android.app.Dialog;
140 public Dialog onCreateDialog(Bundle savedInstanceState) {
141 DatePickerDialog dialog = new DatePickerDialog(getActivity(), local
144 DatePicker datePicker = dialog.getDatePicker();
155 return dialog;
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowActivity.java 13 import android.app.Dialog;
69 private Map<Integer, Dialog> dialogForId = new HashMap<>();
549 final Dialog dialog = dialogForId.get(id); local
550 if (dialog == null) {
554 dialog.dismiss();
565 Dialog dialog = dialogForId.get(id); local
567 if (dialog == null) {
569 dialog = (Dialog) invoker.call("onCreateDialog", Integer.TYPE).with(id)
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
SoftInputWindow.java 19 import android.app.Dialog;
29 * A SoftInputWindow is a Dialog that is intended to be used for a top-level input
35 public class SoftInputWindow extends Dialog {
65 * <var>context</var>. If 0, the default dialog theme will be used.

Completed in 1353 milliseconds

<<11121314151617181920>>