HomeSort by relevance Sort by last modified time
    Searched refs:ErrorDialogActivity (Results 1 - 6 of 6) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/components/
ErrorDialogActivity.java 33 public class ErrorDialogActivity extends Activity {
34 private static final String TAG = ErrorDialogActivity.class.getSimpleName();
61 Log.w(TAG, "ErrorDialogActivity called with no error type extra.");
UserCallIntentProcessor.java 189 final Intent intent = new Intent(context, ErrorDialogActivity.class);
191 intent.putExtra(ErrorDialogActivity.ERROR_MESSAGE_ID_EXTRA, stringId);
  /packages/services/Telephony/src/com/android/phone/
ErrorDialogActivity.java 31 public class ErrorDialogActivity extends Activity {
32 private static final String TAG = ErrorDialogActivity.class.getSimpleName();
49 Log.e(TAG, "ErrorDialogActivity called with no error type extra.");
CallController.java 578 final Intent intent = new Intent(mApp, ErrorDialogActivity.class);
630 intent.putExtra(ErrorDialogActivity.SHOW_MISSING_VOICEMAIL_NO_DIALOG_EXTRA, true);
659 intent.putExtra(ErrorDialogActivity.ERROR_MESSAGE_ID_EXTRA, errorMessageId);
  /packages/services/Telecomm/src/com/android/server/telecom/
CallIntentProcessor.java 3 import com.android.server.telecom.components.ErrorDialogActivity;
239 final Intent errorIntent = new Intent(context, ErrorDialogActivity.class);
248 errorIntent.putExtra(ErrorDialogActivity.ERROR_MESSAGE_ID_EXTRA, errorMessageId);
CallsManager.java 67 import com.android.server.telecom.components.ErrorDialogActivity;
    [all...]

Completed in 87 milliseconds