Home | History | Annotate | Download | only in phone

Lines Matching full:dialog

20 import android.app.Dialog;
896 * @return the dialog handle
898 static Dialog displayMMIInitiate(Context context,
901 Dialog previousAlert) {
913 // completes (thereby showing a completion dialog) are being
928 // With this in mind, we replace the cancelable alert dialog with
929 // a progress dialog, displayed until we receive a request from
938 // create the indeterminate progress dialog and display it.
956 // trigger a 15 seconds timeout to clear this progress dialog
977 // create the indeterminate progress dialog and display it.
1004 int title = 0; // title for the progress dialog, if needed.
1055 if (DBG) log("displaying PUK unblocking progress dialog.");
1057 // create the progress dialog, make sure the flags and type are
1067 // display the dialog
1070 // indicate to the Phone app that the progress dialog has
1098 // displaying system alert dialog on the screen instead of
1114 if (DBG) log("USSD code has requested user input. Constructing input dialog.");
1120 // (above) creates a progress dialog.
1125 // (mHandler.handleMessage) which bring up this dialog
1126 // and closes the original progress dialog,
1129 // we are done, and the alert dialog (directly above)
1133 dialog with the message.
1138 // inflate the layout with the scrolling text area for the dialog.
1146 // specify the dialog's click listener, with SEND and CANCEL logic.
1149 public void onClick(DialogInterface dialog, int whichButton) {
1163 // build the dialog
1172 // attach the key listener to the dialog's input field and make
1192 // set the window properties of the dialog
1198 // now show the dialog!