Searched refs:dialog (Results 1 - 25 of 270) sorted by last modified time

1234567891011

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dgas_serv.c79 wpa_msg(hapd->msg_ctx, MSG_ERROR, "ANQP: Could not create dialog for "
106 wpa_printf(MSG_DEBUG, "ANQP: Could not find dialog for "
987 wpa_printf(MSG_INFO, "ANQP: Could not create dialog "
988 "for " MACSTR " (dialog token %u)",
1037 "GAS: GAS Initial Request from " MACSTR " (dialog token %u) ",
1131 struct gas_dialog_info *dialog; local
1144 dialog = gas_serv_dialog_find(hapd, sa, dialog_token);
1145 if (!dialog) {
1147 "response fragment for " MACSTR " dialog token %u",
1160 frag_len = wpabuf_len(dialog
[all...]
H A Dgas_serv.h59 void gas_serv_dialog_clear(struct gas_dialog_info *dialog);
/external/wpa_supplicant_8/src/ap/
H A Dgas_serv.c79 wpa_msg(hapd->msg_ctx, MSG_ERROR, "ANQP: Could not create dialog for "
106 wpa_printf(MSG_DEBUG, "ANQP: Could not find dialog for "
987 wpa_printf(MSG_INFO, "ANQP: Could not create dialog "
988 "for " MACSTR " (dialog token %u)",
1037 "GAS: GAS Initial Request from " MACSTR " (dialog token %u) ",
1131 struct gas_dialog_info *dialog; local
1144 dialog = gas_serv_dialog_find(hapd, sa, dialog_token);
1145 if (!dialog) {
1147 "response fragment for " MACSTR " dialog token %u",
1160 frag_len = wpabuf_len(dialog
[all...]
H A Dgas_serv.h59 void gas_serv_dialog_clear(struct gas_dialog_info *dialog);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dgas_serv.c79 wpa_msg(hapd->msg_ctx, MSG_ERROR, "ANQP: Could not create dialog for "
106 wpa_printf(MSG_DEBUG, "ANQP: Could not find dialog for "
987 wpa_printf(MSG_INFO, "ANQP: Could not create dialog "
988 "for " MACSTR " (dialog token %u)",
1037 "GAS: GAS Initial Request from " MACSTR " (dialog token %u) ",
1131 struct gas_dialog_info *dialog; local
1144 dialog = gas_serv_dialog_find(hapd, sa, dialog_token);
1145 if (!dialog) {
1147 "response fragment for " MACSTR " dialog token %u",
1160 frag_len = wpabuf_len(dialog
[all...]
H A Dgas_serv.h59 void gas_serv_dialog_clear(struct gas_dialog_info *dialog);
/external/sonivox/jet_tools/JetCreator/
H A DJetCreator.py409 """ Calls the dialog box for adding a segment """
456 """ Calls the dialog box for updating a segment """
631 """ Calls a dialog box to add an event to the current segment """
686 """ Calls the dialog box to update the current event """
843 """ Calls a dialog box to get a jet config file to open """
863 """ Calls a dialog box to allow saving the current jet file as another name """
865 dialog = wx.FileDialog(None, JetDefs.SAVE_PROMPT, defDir, "", JetDefs.JTC_FILE_SPEC, wx.SAVE | wx.OVERWRITE_PROMPT )
866 if dialog.ShowModal() == wx.ID_OK:
867 IniSetValue(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, JetDefs.JTC_FILE_SPEC, str(FileJustPath(dialog.GetPath())))
868 self.currentJetConfigFile = FileJustRoot(dialog
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DAndouKun.java742 Dialog dialog = null;
745 dialog = new AlertDialog.Builder(this)
748 public void onClick(DialogInterface dialog, int whichButton) {
765 return dialog;
H A DConversationUtils.java45 ArrayList<Conversation> dialog = null;
53 if (dialog == null) {
54 dialog = new ArrayList<Conversation>();
58 dialog.add(currentConversation);
86 return dialog;
H A DExtrasMenuActivity.java154 Dialog dialog = null;
157 dialog = new AlertDialog.Builder(this)
160 public void onClick(DialogInterface dialog, int whichButton) {
168 dialog = new AlertDialog.Builder(this)
174 return dialog;
H A DKeyboardConfigDialogPreference.java211 public boolean onKey(DialogInterface dialog, int keyCode, KeyEvent event) { argument
H A DLevelTree.java141 if (parser.getName().equals("dialog") && currentLevel != null) {
204 DialogEntry dialog = level.dialogResources;
205 if (dialog.character1Entry != 0) {
206 dialog.character1Conversations = ConversationUtils.loadDialog(dialog.character1Entry, context);
209 if (dialog.character2Entry != 0) {
210 dialog.character2Conversations = ConversationUtils.loadDialog(dialog.character2Entry, context);
H A DMainMenuActivity.java334 Dialog dialog;
336 dialog = new AlertDialog.Builder(this)
342 dialog = new AlertDialog.Builder(this)
345 public void onClick(DialogInterface dialog, int whichButton) {
359 dialog = new AlertDialog.Builder(this)
363 public void onClick(DialogInterface dialog, int whichButton) {
372 dialog = super.onCreateDialog(id);
374 return dialog;
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowActivity.java413 final Dialog dialog = dialogForId.get(id);
414 if (dialog == null) {
418 dialog.dismiss();
428 Dialog dialog = null;
431 dialog = dialogForId.get(id);
433 if (dialog == null) {
435 dialog = (Dialog) invoker.call("onCreateDialog", Integer.TYPE).with(id);
439 .with(id, dialog);
442 .with(id, dialog, bundle);
445 dialogForId.put(id, dialog);
[all...]
H A DShadowAlertDialog.java52 ShadowAlertDialog dialog = Robolectric.getShadowApplication().getLatestAlertDialog();
53 return dialog == null ? null : dialog.realAlertDialog;
117 private static Button createButton(final Context context, final DialogInterface dialog, final int which, CharSequence text, final DialogInterface.OnClickListener listener) { argument
128 listener.onClick(dialog, which);
130 dialog.dismiss();
174 * @return the message displayed in the dialog
188 * @return an array indicating which items are and are not clicked on a multi-choice dialog
197 * @return return the index of the checked item clicked on a single-choice dialog
276 * Set a list of items to be displayed in the dialog a
[all...]
H A DShadowDialog.java52 ShadowDialog dialog = Robolectric.getShadowApplication().getLatestDialog();
53 return dialog == null ? null : dialog.realDialog;
H A DShadowDialogFragment.java23 private Dialog dialog; field in class:ShadowDialogFragment
44 dialog = realDialogFragment.onCreateDialog(null);
46 if (dialog == null) {
47 dialog = new Dialog(activityFromManager);
48 dialog.setContentView(view);
50 dialog.setCancelable(cancelable);
62 if (dialog != null) {
63 dialog.show();
69 if (dialog != null) {
70 dialog
[all...]
H A DShadowPreferenceScreen.java12 private Dialog dialog; field in class:ShadowPreferenceScreen
16 return dialog;
19 public void setDialog(Dialog dialog) { argument
20 this.dialog = dialog;
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DActivityTest.java195 activity.dialog = this;
218 activity.dialog = this;
253 Dialog dialog = ShadowDialog.getLatestDialog();
254 assertTrue(dialog.isShowing());
262 Dialog dialog = ShadowDialog.getLatestDialog();
263 assertFalse(dialog.isShowing());
565 public Dialog dialog = null; field in class:ActivityTest.DialogLifeCycleActivity
575 return dialog;
579 protected void onPrepareDialog(int id, Dialog dialog) { argument
584 protected void onPrepareDialog(int id, Dialog dialog, Bundl argument
[all...]
H A DAlertDialogTest.java53 AlertDialog dialog = new AlertDialog.Builder(new ContextWrapper(null)).show();
54 assertThat(ShadowAlertDialog.getLatestAlertDialog(), sameInstance(dialog));
61 AlertDialog dialog = builder.create();
62 dialog.show();
63 assertThat(shadowOf(dialog).getButton(AlertDialog.BUTTON_POSITIVE), not(nullValue()));
64 assertThat(shadowOf(dialog).getButton(AlertDialog.BUTTON_NEGATIVE), nullValue());
71 AlertDialog dialog = builder.create();
72 dialog.show();
73 Robolectric.clickOn(dialog.getButton(AlertDialog.BUTTON_POSITIVE));
185 public void onClick(DialogInterface dialog, in
376 private DialogInterface dialog; field in class:AlertDialogTest.TestDialogOnClickListener
379 onClick(DialogInterface dialog, int item) argument
[all...]
H A DDialogFragmentTest.java81 Dialog dialog = ShadowDialog.getLatestDialog();
82 assertSame(dialogFromOnCreateDialog, dialog);
91 Dialog dialog = ShadowDialog.getLatestDialog();
92 assertNotNull(dialog);
93 assertSame(dialog, dialogFragment.getDialog());
94 assertNotNull(dialog.findViewById(R.id.title));
104 Dialog dialog = ShadowDialog.getLatestDialog();
105 assertFalse(dialog.isShowing());
106 assertTrue(shadowOf(dialog).hasBeenDismissed());
117 Dialog dialog
223 returnThisDialogFromOnCreateDialog(Dialog dialog) argument
[all...]
H A DDialogTest.java28 final Dialog dialog = new Dialog(null);
29 dialog.setOnDismissListener(new DialogInterface.OnDismissListener() {
32 assertThat((Dialog) dialogInListener, sameInstance(dialog));
37 dialog.dismiss();
44 Dialog dialog = new Dialog(Robolectric.application);
45 assertNotNull(dialog.getLayoutInflater());
50 TestDialog dialog = new TestDialog();
51 dialog.show();
53 assertTrue(dialog.onStartCalled);
58 Dialog dialog
[all...]
H A DPreferenceScreenTest.java36 Dialog dialog = new Dialog(new Activity());
39 shadow.setDialog(dialog);
40 assertThat(screen.getDialog(), sameInstance(dialog));

Completed in 245 milliseconds

1234567891011