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