Searched refs:ErrorDialogActivity (Results 1 – 6 of 6) sorted by relevance
3 import com.android.server.telecom.components.ErrorDialogActivity;233 final Intent errorIntent = new Intent(context, ErrorDialogActivity.class); in disconnectCallAndShowErrorDialog()242 errorIntent.putExtra(ErrorDialogActivity.ERROR_MESSAGE_ID_EXTRA, errorMessageId); in disconnectCallAndShowErrorDialog()
65 import com.android.server.telecom.components.ErrorDialogActivity;2079 Intent errorIntent = new Intent(mContext, ErrorDialogActivity.class); in maybeShowErrorDialogOnDisconnect()2080 errorIntent.putExtra(ErrorDialogActivity.ERROR_MESSAGE_STRING_EXTRA, in maybeShowErrorDialogOnDisconnect()
31 public class ErrorDialogActivity extends Activity { class32 private static final String TAG = ErrorDialogActivity.class.getSimpleName();
587 final Intent intent = new Intent(mApp, ErrorDialogActivity.class); in handleOutgoingCallError()639 intent.putExtra(ErrorDialogActivity.SHOW_MISSING_VOICEMAIL_NO_DIALOG_EXTRA, true); in handleOutgoingCallError()668 intent.putExtra(ErrorDialogActivity.ERROR_MESSAGE_ID_EXTRA, errorMessageId); in handleOutgoingCallError()
33 public class ErrorDialogActivity extends Activity { class34 private static final String TAG = ErrorDialogActivity.class.getSimpleName();
189 final Intent intent = new Intent(context, ErrorDialogActivity.class); in showErrorDialogForRestrictedOutgoingCall()191 intent.putExtra(ErrorDialogActivity.ERROR_MESSAGE_ID_EXTRA, stringId); in showErrorDialogForRestrictedOutgoingCall()