Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCallIntentProcessor.java3 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()
DCallsManager.java65 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()
/packages/services/Telephony/src/com/android/phone/
DErrorDialogActivity.java31 public class ErrorDialogActivity extends Activity { class
32 private static final String TAG = ErrorDialogActivity.class.getSimpleName();
DCallController.java587 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()
/packages/services/Telecomm/src/com/android/server/telecom/components/
DErrorDialogActivity.java33 public class ErrorDialogActivity extends Activity { class
34 private static final String TAG = ErrorDialogActivity.class.getSimpleName();
DUserCallIntentProcessor.java189 final Intent intent = new Intent(context, ErrorDialogActivity.class); in showErrorDialogForRestrictedOutgoingCall()
191 intent.putExtra(ErrorDialogActivity.ERROR_MESSAGE_ID_EXTRA, stringId); in showErrorDialogForRestrictedOutgoingCall()