/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiFlagAttributeNode.java | 26 import org.eclipse.jface.dialogs.Dialog; 157 * Shows a dialog letting the user choose a set of enum, and returns a string 279 // so that only one column appears in the table even if the dialog is resized. 304 Dialog.applyDialogFont(composite);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/ |
ConfirmationPage.java | 22 import org.eclipse.jface.dialogs.Dialog; 210 Dialog.applyDialogFont(parent);
|
ProjectSelectionPage.java | 33 import org.eclipse.jface.dialogs.Dialog; 131 Dialog.applyDialogFont(parent);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/ |
StaticPortEditDialog.java | 31 import org.eclipse.swt.widgets.Dialog; 42 * Small dialog box to edit a static port number. 44 public class StaticPortEditDialog extends Dialog { 71 * Creates a dialog with empty fields. 82 * Creates a dialog with predefined values. 100 * Opens the dialog. The method will return when the user closes the dialog 254 // first we reset the warning dialog. This allows us to latter
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_msi.py | 21 from msilib import Directory, Feature, Dialog, add_data 23 class PyDialog(Dialog): 24 """Dialog class with a fixed layout: controls at the top, then a ruler, 28 """Dialog(database, name, x, y, w, h, attributes, title, first, 30 Dialog.__init__(self, *args) 37 "Set the title text of the dialog at the top." 424 # see "Dialog Style Bits" 501 # Required dialog: FilesInUse, ErrorDlg 522 # See "Error Dialog". See "ICE20" for the required names of the controls. 523 error = Dialog(db, "ErrorDlg" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_msi.py | 21 from msilib import Directory, Feature, Dialog, add_data 23 class PyDialog(Dialog): 24 """Dialog class with a fixed layout: controls at the top, then a ruler, 28 """Dialog(database, name, x, y, w, h, attributes, title, first, 30 Dialog.__init__(self, *args) 37 "Set the title text of the dialog at the top." 424 # see "Dialog Style Bits" 501 # Required dialog: FilesInUse, ErrorDlg 522 # See "Error Dialog". See "ICE20" for the required names of the controls. 523 error = Dialog(db, "ErrorDlg" [all...] |
/external/nist-sip/java/gov/nist/javax/sip/ |
SipProviderImpl.java | 58 import javax.sip.Dialog; 176 Dialog dialog = ((RequestEvent) sipEvent).getDialog(); local 177 if ( sipStack.isLoggingEnabled()) sipStack.getStackLogger().logDebug("Dialog = " + dialog); 179 Dialog dialog = ((ResponseEvent) sipEvent).getDialog(); local 180 if (sipStack.isLoggingEnabled() ) sipStack.getStackLogger().logDebug("Dialog = " + dialog); 342 // Could not find a dialog or the route is not set in dialog 359 SIPDialog dialog = sipStack.getDialog(dialogId); local 514 SIPDialog dialog = sipStack.getDialog(dialogId); local 560 SIPDialog dialog = sipStack.getDialog(dialogId); local 584 SIPDialog dialog = sipStack.getDialog(dialogId); local 609 SIPDialog dialog = sipStack.getDialog(dialogId); local 673 Dialog dialog = sipStack.getDialog(((SIPRequest) request) local 836 SIPDialog dialog = null; local [all...] |
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPClientTransaction.java | 54 import javax.sip.Dialog; 500 MessageChannel sourceChannel, SIPDialog dialog) { 519 sipStack.getStackLogger().logDebug("dialog = " + dialog); 527 * if (dialog != null && transactionResponse.getStatusCode() != 100 && 529 * add the route before you process the response. dialog.setLastResponse(this, 530 * transactionResponse); this.setDialog(dialog, transactionResponse.getDialogId(false)); } 535 inviteClientTransaction(transactionResponse, sourceChannel, dialog); 537 nonInviteClientTransaction(transactionResponse, sourceChannel, dialog); 944 SIPDialog dialog = sipStack.getDialog(this.getOriginalRequest() local 956 SIPDialog dialog = this.getDefaultDialog(); local 1047 SIPDialog dialog = (SIPDialog) this.getDialog(); local 1362 SIPDialog dialog = null; local [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
UserSwitcherController.java | 21 import android.app.Dialog; 75 private Dialog mExitGuestDialog; 76 private Dialog mAddUserDialog; 539 public void onClick(DialogInterface dialog, int which) { 563 public void onClick(DialogInterface dialog, int which) {
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
LabeledEditorView.java | 20 import android.app.Dialog; 392 * Prepare dialog for entering a custom label. The input value is trimmed: white spaces before 398 private Dialog createCustomDialog() { 413 public void onClick(DialogInterface dialog, int which) { 438 final AlertDialog dialog = builder.create(); local 439 dialog.setOnShowListener(new OnShowListener() { 442 updateCustomDialogOkButtonState(dialog, editText); 456 updateCustomDialogOkButtonState(dialog, editText); 459 dialog.getWindow().setSoftInputMode( 462 return dialog; [all...] |
/packages/apps/Dialer/tests/src/com/android/dialer/tests/calllog/ |
FillCallLogTestActivity.java | 21 import android.app.Dialog; 413 * Shows a time picker dialog, storing the results in the time field. 427 public Dialog onCreateDialog(Bundle savedInstanceState) { 456 * Shows a date picker dialog. 470 public Dialog onCreateDialog(Bundle savedInstanceState) {
|
/packages/apps/Email/provider_src/com/android/email/activity/setup/ |
AccountSecurity.java | 21 import android.app.Dialog; 108 * @param showDialog If true, a simple warning dialog will be shown before kicking off 124 * to give the user a dialog (for context) about a device pin/password expiration event. 322 PasswordExpirationDialog dialog = local 326 LogUtils.d(TAG, "Showing password expiration dialog"); 328 dialog.show(fm, "password_expiration"); 336 // Show dialog first, unless already showing (e.g. after rotation) 339 SecurityNeededDialog dialog = local 342 LogUtils.d(TAG, "Showing security needed dialog"); 344 dialog.show(fm, "security_needed") 515 final SecurityNeededDialog dialog = new SecurityNeededDialog(); local 581 final PasswordExpirationDialog dialog = new PasswordExpirationDialog(); local [all...] |
/packages/apps/Settings/src/com/android/settings/accounts/ |
AccountSyncSettings.java | 29 import android.app.Dialog; 83 public Dialog onCreateDialog(final int id) { 84 Dialog dialog = null; local 86 dialog = new AlertDialog.Builder(getActivity()) 93 public void onClick(DialogInterface dialog, int which) { 129 dialog = new AlertDialog.Builder(getActivity()) 135 dialog = new AlertDialog.Builder(getActivity()) 141 return dialog;
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
Memory.java | 20 import android.app.Dialog; 275 public Dialog onCreateDialog(int id) { 281 public void onClick(DialogInterface dialog, int which) { 307 // Informative dialog to user that unmount failed. 341 // Present dialog to user 347 // Very unlikely. But present an error dialog anyway 392 * Dialog to request user confirmation before clearing all cache data. 398 final ConfirmClearCacheFragment dialog = new ConfirmClearCacheFragment(); 399 dialog.setTargetFragment(parent, 0); 400 dialog.show(parent.getFragmentManager(), TAG_CONFIRM_CLEAR_CACHE) [all...] |
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/ |
PinDialogFragment.java | 17 package com.android.tv.dialog; 21 import android.app.Dialog; 50 * PIN code dialog for unlock channel 55 * PIN code dialog for unlock content. 61 * PIN code dialog for change parental control settings 66 * PIN code dialog for set new PIN 70 // PIN code dialog for checking old PIN. This is intenal only. 121 public Dialog onCreateDialog(Bundle savedInstanceState) { 122 Dialog dlg = super.onCreateDialog(savedInstanceState); 212 public void onDismiss(DialogInterface dialog) { [all...] |
/packages/services/Telephony/src/com/android/phone/ |
EmergencyDialer.java | 21 import android.app.Dialog; 128 private String mLastNumber; // last number we tried to dial. Used to restore error dialog. 575 protected Dialog onCreateDialog(int id) { 576 AlertDialog dialog = null; local 578 // construct dialog 579 dialog = new AlertDialog.Builder(this) 585 // blur stuff behind the dialog 586 dialog.getWindow().addFlags(WindowManager.LayoutParams.FLAG_BLUR_BEHIND); 587 dialog.getWindow().addFlags(WindowManager.LayoutParams.FLAG_SHOW_WHEN_LOCKED); 589 return dialog; [all...] |
CallFeaturesSetting.java | 23 import android.app.Dialog; 233 * Id of the dialog being currently shown. 355 // ringtone dialog invokes onResume(), but leaves the old preference screen up, 359 final Dialog dialog = ((PreferenceScreen) preference).getDialog(); local 360 if (dialog != null) { 361 dialog.getActionBar().setDisplayHomeAsUpEnabled(false); 379 final Dialog dialog = mVoicemailSettingsScreen.getDialog(); local 380 if (dialog != null) [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) {
|
/development/apps/Development/src/com/android/development/ |
SyncAdapterDriver.java | 21 import android.app.Dialog; 205 protected Dialog onCreateDialog(final int id) {
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
AlertDialogSamples.java | 21 import android.app.Dialog; 44 App/Dialog/Alert Dialog 50 * <td >The Alert Dialog Samples implementation</td> 82 protected Dialog onCreateDialog(int id) { 88 public void onClick(DialogInterface dialog, int whichButton) { 94 public void onClick(DialogInterface dialog, int whichButton) { 105 public void onClick(DialogInterface dialog, int whichButton) { 109 public void onClick(DialogInterface dialog, int whichButton) { 118 public void onClick(DialogInterface dialog, int whichButton) [all...] |
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/ |
SoftKeyboard.java | 19 import android.app.Dialog; 643 final Dialog dialog = getWindow(); local 644 if (dialog == null) { 647 final Window window = dialog.getWindow();
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/ |
conflict_dialog.js | 8 * Dialog to confirm the operation for conflicted file operations. 10 * @param {HTMLElement} parentNode Node to be parent for this dialog. 33 this.applyAllCheckbox_.id = 'conflict-confirm-dialog-apply-all-checkbox'; 71 this.frame_.id = 'conflict-confirm-dialog'; 90 * Shows the conflict confirm dialog. 95 * @return {boolean} True if the dialog can show successfully. False if the 96 * dialog failed to show due to an existing dialog. 105 '', // We dont't show the title for the dialog. 120 * Hides the dialog box with the result [all...] |
/frameworks/base/services/core/java/com/android/server/power/ |
ShutdownThread.java | 22 import android.app.Dialog; 105 * @param context Context used to display the shutdown progress dialog. 145 public void onClick(DialogInterface dialog, int which) { 151 closer.dialog = sConfirmDialog; 163 public Dialog dialog; field in class:ShutdownThread.CloseDialogReceiver 173 dialog.cancel(); 186 * @param context Context used to display the shutdown progress dialog. 201 * @param context Context used to display the shutdown progress dialog. 220 // throw up an indeterminate system dialog to indicate radio i [all...] |
/frameworks/support/v7/mediarouter/src/android/support/v7/app/ |
MediaRouteControllerDialog.java | 19 import android.app.Dialog; 46 * This class implements the route controller dialog for {@link MediaRouter}. 48 * This dialog allows the user to control or disconnect from the currently selected route. 54 public class MediaRouteControllerDialog extends Dialog { 103 * Gets the route that this dialog is controlling. 111 * be included within the body of the dialog to offer additional media controls 114 * @param savedInstanceState The dialog's saved instance state. 131 * Set the session to use for metadata and transport controls. The dialog
|
/packages/apps/Dialer/src/com/android/dialer/interactions/ |
PhoneNumberInteraction.java | 20 import android.app.Dialog; 65 * dialog to pick one. Creating one of these interactions should be done through the static 176 * {@link DialogFragment} used for displaying a dialog with a list of phone numbers of which 211 public Dialog onCreateDialog(Bundle savedInstanceState) { 229 public void onClick(DialogInterface dialog, int which) { 232 final AlertDialog alertDialog = (AlertDialog)dialog; 246 dialog.dismiss(); 333 * or a disambiguation dialog to determine which phone number should be used. If there 334 * is a primary phone number, it will be automatically used and a disambiguation dialog 347 * disambiguation dialog will be shown regardless of whether or not a primary phone numbe [all...] |