Home
last modified time | relevance | path

Searched refs:errorDialogType (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/v2/model/
DInstallStages.kt125 val errorDialogType: Int? = DLG_NONE, constant in com.android.packageinstaller.v2.model.InstallAborted
DInstallRepository.kt323 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>()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/v2/ui/
DInstallLaunch.kt129 if (aborted.errorDialogType == InstallAborted.DLG_PACKAGE_ERROR) { in <lambda>()