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

<<51525354555657585960>>

  /packages/apps/Settings/src/com/android/settings/
WirelessSettings.java 73 // In ECM mode launch ECM app dialog
  /packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFix.java 81 * for fixes which shows a confirmation dialog (such as the Extract String etc).
LintListDialog.java 157 * Return the initial size of the dialog.
LintList.java 718 ColumnDialog dialog = new ColumnDialog(getShell(), mColumns, getVisibleColumns()); local
719 if (dialog.open() == Window.OK) {
720 mVisibleColumns = dialog.getSelectedColumns();
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
UpdaterData.java 224 // We may not have any UI. Only display a dialog if there's a window shell available.
714 SdkUpdaterChooserDialog dialog = local
716 dialog.open();
718 ArrayList<ArchiveInfo> result = dialog.getResult();
    [all...]
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /external/chromium/chrome/browser/ui/views/
first_run_bubble.cc 50 // first run bubble. It is a dialog-ish view, but is not a true dialog.
356 // that a dialog box correctly proportioned for XP will appear too large in
  /external/dexmaker/lib/
junit.jar 
  /external/libvpx/examples/includes/geshi/geshi/
abap.php 138 'call dialog',
222 'suppress dialog',
458 'no dialog',
    [all...]
  /external/openssl/crypto/ui/
ui.h 119 a dialog box with an OK button and a Cancel button), a string of acceptable
256 display a dialog box after it has been built.
277 instead of having the writer do it. If you want to prompt from a dialog
  /external/openssl/include/openssl/
ui.h 119 a dialog box with an OK button and a Cancel button), a string of acceptable
256 display a dialog box after it has been built.
277 instead of having the writer do it. If you want to prompt from a dialog
  /external/wpa_supplicant_8/src/p2p/
p2p_sd.c 264 "P2P: GAS Initial Request from " MACSTR " (dialog token %u, "
573 wpa_msg(p2p->cfg->msg_ctx, MSG_DEBUG, "P2P: Dialog Token: %u",
577 "response fragment for dialog token %u", dialog_token);
  /frameworks/base/core/java/android/view/
ViewConfiguration.java 90 * appropriate button to bring up the global actions dialog (power off,
663 * the global actions dialog.
666 * the global actions dialog.
  /frameworks/base/docs/html/guide/topics/connectivity/usb/
accessory.jd 343 android.hardware.usb.UsbManager#requestPermission requestPermission()} displays a dialog to the
383 <p>To display the dialog that asks users for permission to connect to the accessory, call the
391 <p>When users reply to the dialog, your broadcast receiver receives the intent that contains the
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
methods_index_additions.html     [all...]
  /frameworks/base/services/java/com/android/server/
BatteryService.java 203 // check our power situation now that it is safe to display the shutdown dialog.
210 // wait until the system has booted before attempting to display the shutdown dialog.
221 // wait until the system has booted before attempting to display the shutdown dialog.
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java 600 // Display the modification dialog.
607 public void onClick(DialogInterface dialog, int which) {
630 public void onCancel(DialogInterface dialog) {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
CustomContactListFilterActivity.java 792 public void onClick(DialogInterface dialog, int which) {
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
AllIntentsActivity.java 414 final SelectAccountDialogFragment dialog = new SelectAccountDialogFragment(); local
415 dialog.setArguments(SelectAccountDialogFragment.createBundle(position));
416 dialog.show(getFragmentManager(), SelectAccountDialogFragment.TAG);
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 25 import android.app.Dialog;
125 Dialog mMediaScanningDialog;
127 // Display a dialog if the storage is being scanned now.
  /packages/apps/Phone/src/com/android/phone/
RespondViaSmsManager.java 25 import android.app.Dialog;
75 private Dialog mPopup;
285 public void onCancel(DialogInterface dialog) {
  /packages/apps/Settings/
AndroidManifest.xml 513 android:theme="@android:style/Theme.Holo.Dialog.NoActionBar"
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventLogPanel.java 207 EventDisplayOptions dialog = new EventDisplayOptions(mParent.getShell()); local
208 if (dialog.open(mCurrentEventLogParser, mEventDisplays, mEvents)) {
212 mEventDisplays.addAll(dialog.getEventDisplays());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutActionBar.java 581 ResolutionChooserDialog dialog = new ResolutionChooserDialog( local
583 if (dialog.open() == Window.OK) {
584 monitor = dialog.getDensity();

Completed in 2777 milliseconds

<<51525354555657585960>>