Home
last modified time | relevance | path

Searched refs:alertDialog (Results 1 – 10 of 10) sorted by relevance

/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DAlertDialogTest.java126 final AlertDialog alertDialog = new AlertDialog.Builder(new ContextWrapper(null)) in shouldSetThePositiveButtonAfterCreation() local
130 alertDialog.setButton(AlertDialog.BUTTON_POSITIVE, "More Positive", listener); in shouldSetThePositiveButtonAfterCreation()
132 final Button positiveButton = shadowOf(alertDialog).getButton(AlertDialog.BUTTON_POSITIVE); in shouldSetThePositiveButtonAfterCreation()
141 final AlertDialog alertDialog = new AlertDialog.Builder(new ContextWrapper(null)) in shouldSetTheNegativeButtonAfterCreation() local
145 alertDialog.setButton(AlertDialog.BUTTON_NEGATIVE, "More Negative", listener); in shouldSetTheNegativeButtonAfterCreation()
147 final Button negativeButton = shadowOf(alertDialog).getButton(AlertDialog.BUTTON_NEGATIVE); in shouldSetTheNegativeButtonAfterCreation()
156 final AlertDialog alertDialog = new AlertDialog.Builder(new ContextWrapper(null)) in shouldSetTheNeutralButtonAfterCreation() local
160 alertDialog.setButton(AlertDialog.BUTTON_NEUTRAL, "Still Neutral", listener); in shouldSetTheNeutralButtonAfterCreation()
162 final Button neutralButton = shadowOf(alertDialog).getButton(AlertDialog.BUTTON_NEUTRAL); in shouldSetTheNeutralButtonAfterCreation()
171 AlertDialog alertDialog = new AlertDialog.Builder(new ContextWrapper(null)) in clickingPositiveButtonDismissesDialog() local
[all …]
/external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
DMediaCodecVideoDecoder.java40 AlertDialog alertDialog = new AlertDialog.Builder(context).create(); in check() local
41 alertDialog.setTitle("WebRTC Error"); in check()
42 alertDialog.setMessage(message); in check()
43 alertDialog.setButton(DialogInterface.BUTTON_POSITIVE, in check()
51 alertDialog.show(); in check()
DMediaEngine.java66 AlertDialog alertDialog = new AlertDialog.Builder(context).create(); in check() local
67 alertDialog.setTitle("WebRTC Error"); in check()
68 alertDialog.setMessage(message); in check()
69 alertDialog.setButton(DialogInterface.BUTTON_POSITIVE, in check()
78 alertDialog.show(); in check()
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
Dfile_manager_ui.js39 this.alertDialog = null;
185 this.alertDialog = new dialogs.AlertDialog(this.element_);
/external/chromium_org/ui/file_manager/file_manager/foreground/js/photo/
Dgallery.js841 var alertDialog =
845 util.showOpenInOtherDesktopAlert(alertDialog, entries);
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
Dfile_tasks.js390 this.fileManager_.ui.alertDialog, entries);
447 this.fileManager_.ui.alertDialog, entries);
Dfile_manager.js764 this.alert = this.ui_.alertDialog;
/external/chromium_org/ui/file_manager/gallery/js/
Dgallery.js811 var alertDialog =
815 util.showOpenInOtherDesktopAlert(alertDialog, entries);
/external/chromium_org/ui/file_manager/file_manager/common/js/
Dutil.js1242 util.showOpenInOtherDesktopAlert = function(alertDialog, entries) { argument
1270 alertDialog.showWithTitle(title, message);
/external/chromium_org/chrome/common/extensions/api/
Dautomation.idl54 alertDialog,