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

<<31323334353637383940>>

  /frameworks/base/docs/html/training/sharing/
send.jd 77 it; if more than one application matches, the system displays a disambiguation dialog (a "chooser")
88 <li>You can specify a title for the chooser dialog.</li>
101 <p>The resulting dialog is shown in figure 1.</p>
  /frameworks/base/policy/src/com/android/internal/policy/impl/
SimPukUnlockScreen.java 19 import android.app.Dialog;
136 // dismiss the dialog.
211 private Dialog getSimUnlockProgressDialog() {
SimUnlockScreen.java 19 import android.app.Dialog;
133 // dismiss the dialog.
190 private Dialog getSimUnlockProgressDialog() {
  /packages/apps/Browser/src/com/android/browser/
BookmarkUtils.java 227 * Show a confirmation dialog to remove a bookmark.
230 * @param context Package Context for strings, dialog, ContentResolver
243 public void onClick(DialogInterface dialog, int whichButton) {
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertService.java 177 // Acquire a CPU wake lock until the alert dialog and audio start playing.
269 // increment unread alert count (decremented when user dismisses alert dialog)
289 // Trigger the list activity to fire up a dialog that shows the received messages
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
MarginChooser.java 41 * Dialog for choosing margins
63 * Constructs a new margin chooser dialog.
223 // Open a resource chooser dialog for specified resource type.
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
UrlOpener.java 101 * error or if the user canceled an authentication dialog.
105 * authentication dialog.
220 throw new CanceledByUserException("User canceled login dialog.");
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/
ProgressView.java 52 /** The current mode of operation of the dialog. */
220 * Sets the description in the current task dialog.
344 // open dialog and request login and password
  /cts/tests/tests/app/src/android/app/cts/
AlertDialog_BuilderTest.java 69 public void onClick(DialogInterface dialog, int which) {
75 public void onCancel(DialogInterface dialog) {
81 public boolean onKey(DialogInterface dialog, int key, KeyEvent envnt) {
99 public void onClick(DialogInterface dialog, int which, boolean isChecked) {
  /cts/tests/tests/webkitsecurity/src/android/webkitsecurity/cts/
WebkitNullPageShowModalDialogCrashTest.java 63 private static final String TEST_PATH = "null-page-show-modal-dialog-crash.html";
  /development/apps/Development/src/com/android/development/
AccountsTester.java 29 import android.app.Dialog;
301 protected Dialog onCreateDialog(final int id) {
312 public void onClick(DialogInterface dialog, int which) {
353 public void onClick(DialogInterface dialog, int which) {
  /development/apps/Fallback/
AndroidManifest.xml 5 android:theme="@android:style/Theme.Dialog">
  /development/samples/ApiDemos/res/values/
strings.xml 31 <string name="activity_dialog">App/Activity/Dialog</string>
33 Theme.Dialog theme to make an activity that looks like a
34 dialog. It also has lots of text to show how text wrapping (and
35 corresponding window size adjustment) can happen in a dialog.</string>
38 <string name="activity_custom_dialog">App/Activity/Custom Dialog</string>
40 custom Theme.Dialog theme to make an activity that looks like a
41 customized dialog, here with an ugly frame.</string>
115 <string name="fragment_alert_dialog">App/Fragment/Alert Dialog</string>
132 <string name="fragment_dialog">App/Fragment/Dialog</string>
135 <string name="fragment_dialog_or_activity">App/Fragment/Dialog or Activity</string
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PurgeableBitmap.java 110 public void onClick(DialogInterface dialog, int id) {
  /development/samples/BusinessCard/src/com/example/android/businesscard/
BusinessCardActivity.java 97 * for the query to come back, we might get an "Application Not Responding" dialog.
  /development/samples/MySampleRss/
AndroidManifest.xml 60 <activity android:name="AddRssItem" android:label="@string/add_item_label" android:theme="@android:style/Theme.Dialog"/>
  /external/chromium/chrome/browser/chromeos/login/
eula_view.h 125 // Dialog controls.
login_display.h 113 // Parent window, might be used to create dialog windows.
  /external/chromium/chrome/browser/chromeos/options/
vpn_config_view.h 28 // A dialog box to allow configuration of VPN connection.
  /external/chromium/chrome/browser/
defaults.h 68 // Should the close button be shown in the Task Manager dialog?
process_singleton_uitest.cc 235 // Test both with and without the first-run dialog, since they exercise
238 // TODO(mattm): test first run dialog singleton handling on linux too.
239 // On posix if we test the first run dialog, GracefulShutdownHandler gets
241 // first run dialog, the ShutdownDetector never handles it, and KillProcess
  /external/chromium/chrome/browser/download/
download_manager.h 89 // dialog.
90 // |id| indicates which download opened the dialog.
288 // the user in a Save As dialog box.
394 // The "Save As" dialog box used to ask the user where a file should be
  /external/chromium/chrome/browser/extensions/
extension_install_ui.h 34 // A mapping from PromptType to message ID for various dialog content.
extension_webstore_private_api.h 57 // The user cancelled the confirmation dialog instead of accepting it.
  /external/chromium/chrome/browser/hang_monitor/
hung_plugin_action.cc 136 // #32770 is the dialog window class which is the window class of

Completed in 670 milliseconds

<<31323334353637383940>>