Home | History | Annotate | Download | only in phone

Lines Matching refs:EmergencyCallbackModeExitDialog

51 public class EmergencyCallbackModeExitDialog extends Activity implements OnDismissListener {
142 bindService(new Intent(EmergencyCallbackModeExitDialog.this,
146 synchronized (EmergencyCallbackModeExitDialog.this) {
149 EmergencyCallbackModeExitDialog.this.wait();
152 Log.d("ECM", "EmergencyCallbackModeExitDialog InterruptedException: "
226 mAlertDialog = new AlertDialog.Builder(EmergencyCallbackModeExitDialog.this)
254 mAlertDialog = new AlertDialog.Builder(EmergencyCallbackModeExitDialog.this)
271 mProgressDialog = new ProgressDialog(EmergencyCallbackModeExitDialog.this);
307 EmergencyCallbackModeExitDialog.this.setResult(RESULT_OK, (new Intent())
326 EmergencyCallbackModeExitDialog.this.setResult(RESULT_OK, (new Intent())
341 synchronized (EmergencyCallbackModeExitDialog.this) {
342 EmergencyCallbackModeExitDialog.this.notify();
359 EmergencyCallbackModeExitDialog.this.setResult(RESULT_OK, (new Intent())