Searched refs:ErrorDialogFragment (Results 1 – 2 of 2) sorted by relevance
52 import com.android.packageinstaller.handheld.ErrorDialogFragment;265 showDialogFragment(new ErrorDialogFragment(), R.string.app_not_found_dlg_title, in showAppNotFound()275 showDialogFragment(new ErrorDialogFragment(), 0, R.string.user_is_not_allowed_dlg_text); in showUserIsNotAllowed()284 showDialogFragment(new ErrorDialogFragment(), 0, R.string.generic_error_dlg_text); in showGenericError()315 args.putInt(ErrorDialogFragment.TITLE, title); in showDialogFragment()317 args.putInt(ErrorDialogFragment.TEXT, text); in showDialogFragment()
28 public class ErrorDialogFragment extends DialogFragment { class