Searched refs:ErrorDialogFragment (Results 1 – 2 of 2) sorted by relevance
59 import com.android.packageinstaller.handheld.ErrorDialogFragment;230 showDialogFragment(new ErrorDialogFragment(), R.string.app_not_found_dlg_title, in showAppNotFound()240 showDialogFragment(new ErrorDialogFragment(), 0, R.string.user_is_not_allowed_dlg_text); in showUserIsNotAllowed()249 showDialogFragment(new ErrorDialogFragment(), 0, R.string.generic_error_dlg_text); in showGenericError()280 args.putInt(ErrorDialogFragment.TITLE, title); in showDialogFragment()282 args.putInt(ErrorDialogFragment.TEXT, text); in showDialogFragment()
28 public class ErrorDialogFragment extends DialogFragment { class