Searched refs:ErrorDialogActivity (Results 1 – 6 of 6) sorted by relevance
30 import com.android.server.telecom.components.ErrorDialogActivity;72 final Intent intent = new Intent(context, ErrorDialogActivity.class); in showErrorDialogForRestrictedOutgoingCall()74 intent.putExtra(ErrorDialogActivity.ERROR_MESSAGE_ID_EXTRA, stringId); in showErrorDialogForRestrictedOutgoingCall()
6 import com.android.server.telecom.components.ErrorDialogActivity;318 final Intent errorIntent = new Intent(context, ErrorDialogActivity.class); in showErrorDialog()327 errorIntent.putExtra(ErrorDialogActivity.ERROR_MESSAGE_ID_EXTRA, errorMessageId); in showErrorDialog()
135 import com.android.server.telecom.components.ErrorDialogActivity;6055 Intent errorIntent = new Intent(mContext, ErrorDialogActivity.class);6056 errorIntent.putExtra(ErrorDialogActivity.ERROR_MESSAGE_STRING_EXTRA,6727 final Intent errorIntent = new Intent(mContext, ErrorDialogActivity.class);6728 errorIntent.putExtra(ErrorDialogActivity.ERROR_MESSAGE_ID_EXTRA, messageId);
33 public class ErrorDialogActivity extends Activity { class34 private static final String TAG = ErrorDialogActivity.class.getSimpleName();
37 public class ErrorDialogActivity extends Activity { class39 private static final String TAG = ErrorDialogActivity.class.getSimpleName();
10987 intent.setClass(mApp, ErrorDialogActivity.class); in showSwitchToManagedProfileDialog()