Home | History | Annotate | Download | only in phone

Lines Matching refs:Dialog

21 import android.app.Dialog;
44 * Displays dialog that enables users to exit Emergency Callback Mode
52 /** Intent to trigger the Emergency Callback Mode exit dialog */
98 // Register receiver for intent closing the dialog
168 // Show dialog
178 * Shows Emergency Callback Mode dialog and starts countdown timer
182 Log.w(TAG, "Tried to show dialog, but activity was already finished");
214 * Creates dialog that enables users to exit Emergency Callback Mode
217 protected Dialog onCreateDialog(int id) {
229 public void onClick(DialogInterface dialog,int whichButton) {
233 // Show progress dialog
240 public void onClick(DialogInterface dialog, int whichButton) {
258 public void onClick(DialogInterface dialog, int whichButton) {
281 * Returns dialog box text with updated timeout value
301 * Closes activity when dialog is canceled
304 public void onCancel(DialogInterface dialog) {