Searched refs:DLG_PACKAGE_ERROR (Results 1 – 4 of 4) sorted by relevance
133 const val DLG_PACKAGE_ERROR = 1 constant
51 import com.android.packageinstaller.v2.model.InstallAborted.Companion.DLG_PACKAGE_ERROR in <lambda>()323 errorDialogType = if (e is IOException) DLG_PACKAGE_ERROR else DLG_NONE in <lambda>()591 errorDialogType = DLG_PACKAGE_ERROR, in <lambda>()618 errorDialogType = DLG_PACKAGE_ERROR, in <lambda>()
131 private static final int DLG_PACKAGE_ERROR = DLG_BASE + 1; field in PackageInstallerActivity232 case DLG_PACKAGE_ERROR: in createDialog()623 showDialogInner(DLG_PACKAGE_ERROR); in processPackageUri()641 showDialogInner(DLG_PACKAGE_ERROR); in processPackageUri()
129 if (aborted.errorDialogType == InstallAborted.DLG_PACKAGE_ERROR) { in <lambda>()