Searched refs:ErrorDialogActivity (Results 1 – 4 of 4) sorted by relevance
33 public class ErrorDialogActivity extends Activity { class34 private static final String TAG = ErrorDialogActivity.class.getSimpleName();
200 final Intent intent = new Intent(context, ErrorDialogActivity.class); in showErrorDialogForRestrictedOutgoingCall()202 intent.putExtra(ErrorDialogActivity.ERROR_MESSAGE_ID_EXTRA, stringId); in showErrorDialogForRestrictedOutgoingCall()
3 import com.android.server.telecom.components.ErrorDialogActivity;286 final Intent errorIntent = new Intent(context, ErrorDialogActivity.class); in showErrorDialog()295 errorIntent.putExtra(ErrorDialogActivity.ERROR_MESSAGE_ID_EXTRA, errorMessageId); in showErrorDialog()
114 import com.android.server.telecom.components.ErrorDialogActivity;4891 Intent errorIntent = new Intent(mContext, ErrorDialogActivity.class);4892 errorIntent.putExtra(ErrorDialogActivity.ERROR_MESSAGE_STRING_EXTRA,5482 final Intent errorIntent = new Intent(mContext, ErrorDialogActivity.class);5483 errorIntent.putExtra(ErrorDialogActivity.ERROR_MESSAGE_ID_EXTRA, messageId);