HomeSort by relevance Sort by last modified time
    Searched full:dialog (Results 951 - 975 of 1945) sorted by null

<<31323334353637383940>>

  /packages/apps/DeskClock/res/values/
strings.xml 43 <!-- Delete alarm confirmation dialog message. -->
73 <!-- Button labels on the alarm dialog: Dismiss -->
81 <!-- Button labels on the alarm dialog: Snooze -->
85 dialog. Says the alarm will snooze for xxx minutes. -->
252 <!-- Dialog title of the volume and power setting. -->
  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnSettings.java 147 // Show the dialog if there is one.
167 // Hide the dialog if there is one.
180 public void onDismiss(DialogInterface dialog) {
181 // Here is the exit of a dialog.
186 public void onClick(DialogInterface dialog, int button) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchDelegate.java 61 import org.eclipse.jface.dialogs.Dialog;
130 // Show device chooser dialog and get device to use.
138 DeviceChooserDialog dialog = new DeviceChooserDialog(
143 if (dialog.open() == Dialog.OK) {
  /external/chromium/base/
logging.h 20 // Assertion failed messages and fatal errors are displayed in a dialog box
24 // bad state when this assertion dialog is displayed, these messages may not
25 // get processed and hang the dialog, or the application might go crazy.
27 // Therefore, it can be beneficial to display the error dialog in a separate
29 // a fatal error dialog box, it will look for a program called
140 // mode, which displays error dialog without terminating the program. There is
141 // no error dialog for severity ERROR or below in normal mode.
253 // a dialog box or not.
258 // The default handler shows a dialog box and then terminate the process,
265 // in non-debug mode. The default handler shows a dialog box and continue
    [all...]
  /external/chromium/chrome/browser/download/
download_browsertest.cc 63 // TODO(rdsmith): Add option of "dangerous accept/reject dialog" as
215 // the select file dialog comes up.
218 // True if we've seen the select file dialog.
497 // |expectation| indicates whether or not a Select File dialog should be
499 // If the dialog appears, the routine exits. The only effect |expectation|
519 // If specified, check the state of the select file dialog.
748 // Download the file and wait. We do not expect the Select File dialog.
765 // Download the file and wait. We do not expect the Select File dialog.
779 // Put up a Select File dialog when the file is downloaded, due to its MIME
784 // was primarily confirming DownloadsObserver wait on select file dialog
    [all...]
  /frameworks/base/core/java/android/webkit/
CallbackProxy.java 585 DialogInterface dialog,
593 DialogInterface dialog) {
622 DialogInterface dialog,
629 DialogInterface dialog,
636 DialogInterface dialog) {
677 DialogInterface dialog,
686 DialogInterface dialog,
694 DialogInterface dialog) {
726 DialogInterface dialog,
734 DialogInterface dialog,
    [all...]
  /packages/apps/Phone/src/com/android/phone/
PhoneUtils.java 20 import android.app.Dialog;
    [all...]
CallController.java 164 * in some cases brings up a dialog to let the user choose), and
179 * user needs to change, we update the "status dialog" info in
355 // or by user selection, i.e., dialog query,
409 // an error dialog:
570 // (and we'll bring up the "MMI Started" dialog), or else
649 // an appropriate error dialog, so we simply copy the specified
662 // Bring up the "Missing Voicemail Number" dialog, which
667 // "voicemail missing" dialog when it (the InCallScreen)
678 // But it might be nicer for the dialog to offer the option
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java 28 import android.app.Dialog;
376 private int mMinTop; // Dialog cannot be above this location
576 Dialog dialog = getDialog(); local
577 dialog.setCanceledOnTouchOutside(true);
579 Window window = dialog.getWindow();
589 // On tablets , do smart positioning of dialog
612 // If this is not a repeating event, then don't display the dialog
620 // dialog asking which events to change.
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaLinearLayout.java 23 import android.app.Dialog;
74 // Dialog parameter ids
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
AndouKun.java 24 import android.app.Dialog;
741 protected Dialog onCreateDialog(int id) {
742 Dialog dialog = null; local
745 dialog = new AlertDialog.Builder(this)
748 public void onClick(DialogInterface dialog, int whichButton) {
765 return dialog;
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromeClientAndroid.cpp 192 bool dialog = features.dialog || !features.resizable local
198 // fullscreen definitely means no dialog
200 dialog = false;
201 WebCore::Frame* newFrame = m_webFrame->createWindow(dialog,
280 /* This function is called for the javascript method Window.prompt(). A dialog should be shown on
293 // time. A dialog should be shown to the user asking them if they would like to cancel the
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp 616 GtkWidget* dialog = gtk_file_chooser_dialog_new(_("Upload File"), local
623 gtk_file_chooser_set_select_multiple(GTK_FILE_CHOOSER(dialog), chooser->allowsMultipleFiles());
625 if (gtk_dialog_run(GTK_DIALOG(dialog)) == GTK_RESPONSE_ACCEPT) {
626 if (gtk_file_chooser_get_select_multiple(GTK_FILE_CHOOSER(dialog))) {
627 GSList* filenames = gtk_file_chooser_get_filenames(GTK_FILE_CHOOSER(dialog));
638 gchar* filename = gtk_file_chooser_get_filename(GTK_FILE_CHOOSER(dialog));
644 gtk_widget_destroy(dialog);
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupBasics.java 24 import android.app.Dialog;
434 * Finish the auto setup process, in some cases after showing a warning dialog.
701 * Dialog fragment to show "setup note" dialog
710 * Create the dialog with parameters
721 public Dialog onCreateDialog(Bundle savedInstanceState) {
732 public void onClick(DialogInterface dialog, int which) {
  /packages/apps/Mms/src/com/android/mms/ui/
MessageUtils.java 557 public void onClick(DialogInterface dialog, int which) {
559 dialog.dismiss();
723 public void onClick(DialogInterface dialog, int which) {
732 dialog.dismiss();
738 public void onClick(DialogInterface dialog, int which) {
742 dialog.dismiss();
748 public void onCancel(DialogInterface dialog) {
752 dialog.dismiss();
831 // in a background task. If the task takes longer than a half second, a progress dialog
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdSelector.java 1047 AvdStartDialog dialog = new AvdStartDialog(mTable.getShell(), avdInfo, mOsSdkPath, local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/backup/
BackupTestActivity.java 23 import android.app.Dialog;
240 public Dialog onCreateDialog(int id, Bundle args) {
250 public void onClick(DialogInterface dialog, int which) {
  /external/chromium/chrome/browser/cocoa/
install_from_dmg.mm 202 // Shows a dialog asking the user whether or not to install from the disk
226 // Potentially shows an authorization dialog to request authentication to
228 // obtain authorization, which may result in the display of the dialog.
  /external/chromium/chrome/browser/
external_tab_container_win.h 162 // Show a dialog with HTML content. |delegate| contains a pointer to the
163 // delegate who knows how to display the dialog (which file URL and JSON
165 // that should be parent of the dialog, or NULL for the default.
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_flow.cc 83 // a brower, use the underlying dialog system to show the dialog without
170 // A callback to notify the delegate that the dialog closed.
  /external/chromium/chrome/browser/resources/chromeos/
sim_unlock.js 12 // State of the dialog.
23 // Mode of the dialog.
251 // Our dialog has different height than choose-pin step of the
  /frameworks/base/docs/html/sdk/1.0_r1/
upgrading.jd 48 <li>In the dialog that appears, select <strong>Search for new features to install</strong> and click
54 <li>In the subsequent Search Results dialog box, select the checkbox for
75 <li>In the dialog that appears, click the <strong>Available Software</strong> tab.</li>
  /frameworks/base/docs/html/sdk/1.0_r2/
upgrading.jd 48 <li>In the dialog that appears, select <strong>Search for new features to install</strong> and click
54 <li>In the subsequent Search Results dialog box, select the checkbox for
75 <li>In the dialog that appears, click the <strong>Available Software</strong> tab.</li>
  /frameworks/base/docs/html/sdk/api_diff/12/changes/
pkg_android.app.html 120 <A NAME="Dialog"></A>
121 <nobr><A HREF="android.app.Dialog.html">Dialog</A></nobr>
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
pkg_android.app.html 127 <A NAME="Dialog"></A>
128 <nobr><A HREF="android.app.Dialog.html">Dialog</A></nobr>

Completed in 642 milliseconds

<<31323334353637383940>>