/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSettingsFragment.java | 21 import android.app.Dialog; 691 * Dialog fragment to show "remove account?" dialog 700 * Create the dialog with parameters 712 public Dialog onCreateDialog(Bundle savedInstanceState) { [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/ |
PhotoEditor.java | 186 // Pop-up a dialog if there are unsaved changes. 221 // Dismiss any running progress dialog as all operations are paused.
|
/packages/apps/Settings/src/com/android/settings/ |
AccessibilitySettings.java | 24 import android.app.Dialog; 123 // Dialog IDs. 477 public Dialog onCreateDialog(int dialogId) { 485 public void onClick(DialogInterface dialog, int which) { 486 // dismiss the dialog before launching the activity otherwise 487 // the dialog removal occurs after onSaveInstanceState which [all...] |
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
BluetoothPermissionRequest.java | 73 // activity dialog or notification. 87 // Put up a notification that leads to the dialog
|
RequestPermissionHelperActivity.java | 67 // dismiss dialog immediately if settings say so 100 public void onClick(DialogInterface dialog, int which) {
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
SingleSpellCheckerPreference.java | 162 public void onClick(DialogInterface dialog, int which) { 173 dialog.dismiss();
|
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/ |
gui.html | 226 The <i>keep class</i> dialog appears when adding or editing new special keep 229 options</b> button at the bottom of the dialog allows to toggle showing the 273 The <i>keep field</i> dialog appears when adding or editing fields within the 274 above dialog. It has text fields and selections for specifying and 276 options</b> button at the bottom of the dialog allows to toggle showing the 296 Similarly, the <i>keep method</i> dialog appears when adding or editing 297 methods within the keep class dialog. It has text fields and selections for 299 options</b> / <b>Basic options</b> button at the bottom of the dialog allows
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/handler/ |
BaseFileHandler.java | 61 * @param title The title of the File Save dialog. 101 * @param title The title of the File Save dialog.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
OverviewExportPart.java | 99 WizardDialog dialog = new WizardDialog(body.getShell(), wizard); 100 dialog.open();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
CompatibilityLibraryHelper.java | 101 MessageDialog dialog = local 112 int answer = dialog.open();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/ |
WelcomeWizard.java | 138 * and display a progress dialog during installation. 164 AdtPlugin.log(IStatus.WARNING, "No parent shell for SDK installation dialog");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/ |
README.txt | 22 B- Create a new "JUnit Plug-in Test" run configuration via the "Run > Open Run Dialog..." menu 85 C- Create a new "JUnit Plug-in Test" run configuration via the "Run > Open Run Dialog..." menu
|
/sdk/find_java/ |
utils.cpp | 29 // Displays a message in an ok+info dialog box.
40 // Displays GetLastError prefixed with a description in an error dialog box
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
AvdDetailsDialog.java | 39 * Dialog displaying the details of an AVD. 51 * Create contents of the dialog.
|
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/ |
SDL_dspvideo.c | 499 /* Put up dialog on main display to select which display to use */ 669 /* put up a dialog to verify display change */ 672 /* resource id's for dialog */ 677 DialogPtr dialog; local 685 dialog = GetNewDialog (rDialog, NULL, (WindowPtr) -1); 686 if (dialog == NULL) 690 SetPort (GetDialogPort(dialog)); 692 SetPort ((WindowPtr) dialog); 695 SetDialogDefaultItem (dialog, bCancel); 696 SetDialogCancelItem (dialog, bCancel) [all...] |
/packages/apps/Calendar/res/values/ |
strings.xml | 263 <!-- Body of dialog prompting the user to create an account.[CHAR LIMIT=NONE] --> 302 <!-- Title of the dialog prompting the user choose a response when emailing guests [CHAR LIMIT=none]--> 375 <!-- Repetition dialog options: --> 430 <!-- This is a label on the dialog for creating a new event. [CHAR LIMIT=30] --> 432 <!-- This is the button to create a new event in a dialog window. [CHAR LIMIT=30] --> 434 <!-- Confirmation dialog message --> 436 <!-- This is a confirmation message in a popup dialog that appears when the 440 <!-- This is a confirmation message in a popup dialog that appears when the 444 <!-- This is the title of a popup dialog that asks for confirmation before 482 <!-- Settings dialog label that specifies when the phone should vibrate -- [all...] |
/development/samples/training/location-aware/src/com/example/android/location/ |
LocationActivity.java | 21 import android.app.Dialog; 144 // Build an alert dialog here that requests that the user enable 375 * Dialog to prompt users to enable GPS on the device. 380 public Dialog onCreateDialog(Bundle savedInstanceState) { 386 public void onClick(DialogInterface dialog, int which) {
|
/external/chromium/chrome/browser/ |
browser_main_win.cc | 153 // *before* we show the uninstall confirmation dialog box. But while the 154 // uninstall confirmation dialog is up, user might start Chrome, so we 155 // check once again after user acknowledges Uninstall dialog. 189 // Clear this var so child processes don't show the dialog by default. 198 // environment block which means we don't get the restart dialog.
|
/frameworks/base/core/java/com/android/internal/app/ |
MediaRouteChooserDialogFragment.java | 22 import android.app.Dialog; 55 * This class implements the route chooser dialog for {@link MediaRouter}. 190 public Dialog onCreateDialog(Bundle savedInstanceState) { 621 class RouteChooserDialog extends Dialog { 659 * Implemented by the MediaRouteButton that launched this dialog
|
/frameworks/base/docs/html/guide/practices/app-design/ |
seamlessness.jd | 33 — for example, a service or broadcast receiver — pops up a dialog in 37 not have user focus at the time your background process displays the dialog. So 38 it could end up that your application would display it's dialog behind the 40 display the dialog in front of whatever the user was doing (such as dialing a 129 dreaded "Application Not Responding" dialog from being displayed to the user,
|
/frameworks/base/docs/html/guide/practices/ |
seamlessness.jd | 33 — for example, a service or broadcast receiver — pops up a dialog in 37 not have user focus at the time your background process displays the dialog. So 38 it could end up that your application would display it's dialog behind the 40 display the dialog in front of whatever the user was doing (such as dialing a 129 dreaded "Application Not Responding" dialog from being displayed to the user,
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
icon_design.jd | 32 <li><a href="icon_design_dialog.html">Dialog Icons</a></li> 97 <dt><strong><a href="icon_design_dialog.html">Dialog Icons</a></strong></dt> 98 <dd>Dialog icons are shown in pop-up dialog boxes that prompt the user for 210 <td>Dialog icons</td>
|
/frameworks/base/voip/java/android/net/sip/ |
SipSession.java | 23 * Represents a SIP session that is associated with a SIP dialog or a standalone 24 * transaction not within a dialog. 142 * @param session the session object that is associated with the dialog 152 * @param session the session object that is associated with the dialog 285 * when the session is associated with a SIP dialog.
|
/packages/apps/Browser/src/com/android/browser/ |
BrowserHistoryPage.java | 21 import android.app.Dialog; 300 public void onClick(DialogInterface dialog, int which) { 306 final Dialog dialog = builder.create(); local 307 dialog.show();
|
/packages/apps/Contacts/src/com/android/contacts/ |
SpecialCharSequenceMgr.java | 194 // create the progress dialog 204 // display the progress dialog 334 public synchronized void onCancel(DialogInterface dialog) { 335 // close the progress dialog 375 // close the progress dialog.
|