Home | History | Annotate | Download | only in phone

Lines Matching defs:this

5  * you may not use this file except in compliance with the License.
142 bindService(new Intent(EmergencyCallbackModeExitDialog.this,
146 synchronized (EmergencyCallbackModeExitDialog.this) {
149 EmergencyCallbackModeExitDialog.this.wait();
166 // Failed to unbind from service. Don't crash as this brings down the entire
185 if (!this.isResumed()) {
226 mAlertDialog = new AlertDialog.Builder(EmergencyCallbackModeExitDialog.this)
250 mAlertDialog.setOnDismissListener(this);
254 mAlertDialog = new AlertDialog.Builder(EmergencyCallbackModeExitDialog.this)
267 mAlertDialog.setOnDismissListener(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())