Home
last modified time | relevance | path

Searched defs:dialog (Results 1 – 25 of 410) sorted by relevance

12345678910>>...17

/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowDialogTest.java42 final Dialog dialog = new Dialog(context); in shouldCallOnDismissListener() local
59 final Dialog dialog = new Dialog(context); in setContentViewWithViewAllowsFindById() local
69 Dialog dialog = new Dialog(context); in shouldGetLayoutInflater() local
75 TestDialog dialog = new TestDialog(context); in shouldCallOnStartFromShow() local
83 Dialog dialog = new Dialog(context); in shouldSetCancelable() local
92 TestDialog dialog = new TestDialog(context); in shouldDismissTheRealDialogWhenCancelled() local
99 Dialog dialog = new Dialog(context); in shouldDefaultCancelableToTrueAsTheSDKDoes() local
109 Dialog dialog = in shouldOnlyCallOnCreateOnce() local
129 Dialog dialog = new Dialog(context); in show_setsLatestDialog() local
142 Dialog dialog = new Dialog(context); in getLatestDialog_shouldReturnARealDialog() local
[all …]
DShadowAlertDialogTest.java76 AlertDialog dialog = new AlertDialog.Builder(getApplication()).show(); in getLatestAlertDialog_shouldReturnARealAlertDialog() local
84 AlertDialog dialog = builder.create(); in shouldOnlyCreateRequestedButtons() local
95 AlertDialog dialog = builder.create(); in shouldAllowNullButtonListeners() local
271 AlertDialog dialog = new AlertDialog(context) {}; in shouldDelegateToDialogFindViewByIdIfViewIsNull() local
289 final AlertDialog dialog = in shouldNotExplodeWhenNestingAlerts() local
317 public void onClick(DialogInterface dialog, int item) { in onClick()
/external/nist-sip/java/gov/nist/javax/sip/
DSipProviderImpl.java176 Dialog dialog = ((RequestEvent) sipEvent).getDialog(); in handleEvent() local
179 Dialog dialog = ((ResponseEvent) sipEvent).getDialog(); in handleEvent() local
359 SIPDialog dialog = sipStack.getDialog(dialogId); in getNewClientTransaction() local
514 SIPDialog dialog = sipStack.getDialog(dialogId); in getNewServerTransaction() local
560 SIPDialog dialog = sipStack.getDialog(dialogId); in getNewServerTransaction() local
584 SIPDialog dialog = sipStack.getDialog(dialogId); in getNewServerTransaction() local
609 SIPDialog dialog = sipStack.getDialog(dialogId); in getNewServerTransaction() local
673 Dialog dialog = sipStack.getDialog(((SIPRequest) request) in sendRequest() local
836 SIPDialog dialog = null; in getNewDialog() local
/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPClientTransaction.java500 MessageChannel sourceChannel, SIPDialog dialog) { in processResponse()
724 MessageChannel sourceChannel, SIPDialog dialog) throws IOException { in inviteClientTransaction()
944 SIPDialog dialog = sipStack.getDialog(this.getOriginalRequest() in sendRequest() local
956 SIPDialog dialog = this.getDefaultDialog(); in sendRequest() local
1047 SIPDialog dialog = (SIPDialog) this.getDialog(); in fireTimeoutTimer() local
1362 SIPDialog dialog = null; in processResponse() local
/external/toybox/kconfig/lxdialog/
Dyesno.c27 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons()
45 WINDOW *dialog; in dialog_yesno() local
Dinputbox.c29 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons()
50 WINDOW *dialog; in dialog_inputbox() local
Dchecklist.c95 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons()
116 WINDOW *dialog, *list; in dialog_checklist() local
/external/coreboot/util/kconfig/lxdialog/
Dyesno.c14 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons()
32 WINDOW *dialog; in dialog_yesno() local
Dinputbox.c16 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons()
38 WINDOW *dialog; in dialog_inputbox() local
Dchecklist.c88 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons()
109 WINDOW *dialog, *list; in dialog_checklist() local
/external/lzma/CPP/7zip/UI/FileManager/
DLangUtils.cpp49 void LangSetDlgItemText(HWND dialog, UInt32 controlID, UInt32 langID) in LangSetDlgItemText()
75 void LangSetDlgItems(HWND dialog, const UInt32 *ids, unsigned numItems) in LangSetDlgItems()
97 void LangSetDlgItems_Colon(HWND dialog, const UInt32 *ids, unsigned numItems) in LangSetDlgItems_Colon()
113 void LangSetDlgItems_RemoveColon(HWND dialog, const UInt32 *ids, unsigned numItems) in LangSetDlgItems_RemoveColon()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DAlertDialogTask.java184 public void onClick(DialogInterface dialog, int item) { in onCreate()
199 public void onClick(DialogInterface dialog, int item, boolean isChecked) { in onCreate()
211 public void onClick(DialogInterface dialog, int item) { in onCreate()
/external/python/cpython3/Lib/test/test_tkinter/
Dtest_messagebox.py14 def test_callback(dialog, master): argument
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/
DApplication.cpp66 BrowserDialog dialog; in InitInstance() local
/external/nist-sip/java/javax/sip/
DDialogTerminatedEvent.java8 public DialogTerminatedEvent(Object source, Dialog dialog) { in DialogTerminatedEvent()
/external/openthread/tools/harness-automation/cases_R140/
Drouter_8_2_2.py40 def on_dialog(self, dialog, title): argument
Drouter_5_3_9.py39 def on_dialog(self, dialog, title): argument
Ded_6_1_4.py40 def on_dialog(self, dialog, title): argument
Ded_6_3_1.py40 def on_dialog(self, dialog, title): argument
Dleader_9_2_1.py40 def on_dialog(self, dialog, title): argument
Dleader_9_2_12.py40 def on_dialog(self, dialog, title): argument
/external/openthread/tools/harness-automation/cases/
Ded_6_5_2.py40 def on_dialog(self, dialog, title): argument
Dmed_9_2_12.py40 def on_dialog(self, dialog, title): argument
Dsed_6_1_5.py40 def on_dialog(self, dialog, title): argument
Drouter_5_6_3.py39 def on_dialog(self, dialog, title): argument

12345678910>>...17