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

<<31323334353637383940>>

  /external/openssh/
auth-rsa.c 125 * Performs the RSA authentication challenge-response dialog with the client,
180 * found, perform a challenge-response dialog to verify that the
291 * Performs the RSA authentication dialog with the client. This returns
311 /* Perform the challenge-response dialog for this key. */
  /external/protobuf/gtest/test/
gtest_break_on_failure_unittest_.cc 59 // Suppresses display of the Windows error dialog upon encountering
  /external/protobuf/src/google/protobuf/compiler/
test_plugin.cc 44 // Don't print a silly message or stick a modal dialog box in my face,
  /external/sonivox/jet_tools/JetCreator/
JetDefs.py 64 #Dialog titles and prompts
124 #File open dialog specs
333 #Mins and maxs for dialog values
388 #Jet open dialog control definitions
400 #Jet properties dialog control definitions
412 #Preferences dialog control definitions
424 #Error dialog control definitions
432 #Event dialog control definitions
477 #Segment dialog control definitions
  /external/wpa_supplicant_8/wpa_supplicant/
gas_query.c 299 " dialog token %u", MAC2STR(sa), dialog_token);
305 MACSTR " dialog token %u when waiting for comeback "
312 MACSTR " dialog token %u when waiting for initial "
321 wpa_printf(MSG_DEBUG, "GAS: Query to " MACSTR " dialog token "
  /frameworks/base/core/java/android/view/
VolumePanel.java 21 import android.app.Dialog;
53 * show the volume dialog when the user changes the volume. What a mess.
107 /** Dialog containing all the sliders */
108 private final Dialog mDialog;
109 /** Dialog's content view */
116 /** The button that expands the dialog to show all sliders */
240 mDialog = new Dialog(context, R.style.Theme_Panel_Volume) {
252 public void onDismiss(DialogInterface dialog) {
667 // Showing dialog - use collapsed state
    [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
ContextMenuBuilder.java 31 * is not a content view of a Dialog or Activity (for example, the
  /frameworks/base/core/res/res/layout/
choose_type_and_account.xml 51 <!-- Alert dialog style buttons along the bottom. -->
resolve_list_item.xml 39 <!-- Activity icon when presenting dialog
  /frameworks/base/docs/html/sdk/api_diff/13/changes/
android.app.Activity.html 127 <nobr><code>Dialog</code>&nbsp;<A HREF="../../../../reference/android/app/Activity.html#onCreateDialog(int, android.os.Bundle)" target="_top"><code>onCreateDialog</code></A>(<code>int,</nobr> Bundle<nobr><nobr></code>) </nobr>
136 <A NAME="android.app.Activity.onPrepareDialog_changed(int, android.app.Dialog, android.os.Bundle)"></A>
137 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/app/Activity.html#onPrepareDialog(int, android.app.Dialog, android.os.Bundle)" target="_top"><code>onPrepareDialog</code></A>(<code>int,</nobr> Dialog<nobr>,</nobr> Bundle<nobr><nobr></code>) </nobr>
  /frameworks/base/docs/html/tools/projects/
projects-eclipse.jd 176 <li>Click <strong>Add</strong> to open the <strong>Project Selection</strong> dialog.</li>
181 <li>When the dialog closes, click <strong>Apply</strong> in the <strong>Properties</strong>
187 <p>As soon as the Properties dialog closes, Eclipse rebuilds the project, including the contents
190 <p>Figure 2 shows the Properties dialog that lets you add library references and move
  /frameworks/base/docs/html/tools/testing/
testing_eclipse.jd 68 The <em>New Android Test Project</em> dialog makes it easy for you to generate a
71 Android Test Project dialog to generate the test project at any time. The dialog appears
81 Wizard</em> dialog.
84 In the dialog, in the <em>Wizards</em> drop-down list, find the entry for Android, then
86 bottom of the dialog click <strong>Next</strong>. The <em>New Android Test Project</em>
126 top of the wizard dialog, and then fix any problems.
175 dialog, with the <em>Source folder</em> and <em>Package</em> values already set.
283 <strong>Run &gt; Run Configurations...</strong>. The Run Configurations dialog appears.
  /frameworks/base/services/java/com/android/server/am/
BaseErrorDialog.java 36 getWindow().setTitle("Error Dialog");
  /frameworks/opt/mailcommon/res/values/
webview_context_menu_strings.xml 22 <!-- Title of dialog for choosing which activity to share a link with. [CHAR LIMIT=50]-->
  /hardware/ti/wpan/tools/FM/FmRxApp/
AndroidManifest.xml 41 <activity android:name=".FmRxFreqInput" android:theme="@android:style/Theme.Dialog"
  /libcore/luni/src/main/java/javax/security/auth/callback/
CallbackHandler.java 39 * s, whereas a GUI-based one might open a single dialog window for both
  /packages/apps/Calendar/res/values-w600dp-h879dp/
dimens.xml 45 <!-- Size of event info dialog box -->
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertDialog.java 27 * Custom alert dialog with optional flashing warning icon.
  /packages/apps/Email/res/values/
strings.xml 42 <!-- Button name used to confirm acceptance of dialog boxes, warnings, errors, etc. -->
44 <!-- Button name used to cancel out of dialog boxes -->
113 <!-- Appears in choose attachment dialog title -->
115 <!-- Dialog title to select a mailbox to which the user moves messages [CHAR LIMIT=20] -->
122 <!-- Dialog text when we are unable to load the message for display -->
323 <!-- Title for dialog containing list of quick responses that user may insert
408 <!--Confirmation dialog title shown when user tries to delete messages. [CHAR LIMIT=16] -->
411 <!-- Title of the dialog box to show to/cc/bcc of the message. [CHAR LIMIT=32] -->
461 <!--Confirmation dialog text shown when user tries to delete messages. [CHAR LIMIT=32] -->
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessagingPreferenceActivity.java 26 import android.app.Dialog;
287 protected Dialog onCreateDialog(int id) {
294 public void onClick(DialogInterface dialog, int which) {
300 dialog.dismiss();
  /packages/apps/Nfc/
AndroidManifest.xml 36 android:theme="@*android:style/Theme.Dialog.Alert"
  /packages/apps/PackageInstaller/
AndroidManifest.xml 39 android:theme="@android:style/Theme.DeviceDefault.Dialog.NoActionBar">
  /packages/apps/Phone/res/xml/
respond_via_sms_settings.xml 27 each one and edit it via the popup dialog.
  /packages/apps/Phone/src/com/android/phone/
SimContacts.java 123 public void onCancel(DialogInterface dialog) {
127 public void onClick(DialogInterface dialog, int which) {
132 Log.e(LOG_TAG, "Unknown button event has come: " + dialog.toString());
289 // TODO: need to show some error dialog.
  /packages/apps/QuickSearchBox/res/values/
themes.xml 32 <style name="Theme.QuickSearchBox.SearchWidgetConfig" parent="@android:style/Theme.Dialog">

Completed in 1112 milliseconds

<<31323334353637383940>>