Lines Matching full:dialog
20 import android.app.Dialog;
47 * Displays dialog that enables users to exit Emergency Callback Mode
53 /** Intent to trigger the Emergency Callback Mode exit dialog */
97 // Register receiver for intent closing the dialog
156 // Show dialog
166 * Shows Emergency Callback Mode dialog and starts countdown timer
199 * Creates dialog that enables users to exit Emergency Callback Mode
202 protected Dialog onCreateDialog(int id) {
213 public void onClick(DialogInterface dialog,int whichButton) {
217 // Show progress dialog
224 public void onClick(DialogInterface dialog, int whichButton) {
241 public void onClick(DialogInterface dialog, int whichButton) {
264 * Returns dialog box text with updated timeout value
284 * Closes activity when dialog is dismissed
286 public void onDismiss(DialogInterface dialog) {