Home
last modified time | relevance | path

Searched refs:ErrorDialogActivity (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/components/
H A DErrorDialogActivity.java33 public class ErrorDialogActivity extends Activity { class
34 private static final String TAG = ErrorDialogActivity.class.getSimpleName();
H A DUserCallIntentProcessor.java200 final Intent intent = new Intent(context, ErrorDialogActivity.class); in showErrorDialogForRestrictedOutgoingCall()
202 intent.putExtra(ErrorDialogActivity.ERROR_MESSAGE_ID_EXTRA, stringId); in showErrorDialogForRestrictedOutgoingCall()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallIntentProcessor.java3 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()
H A DCallsManager.java114 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);