Searched refs:errorDialogType (Results 1 – 3 of 3) sorted by relevance
125 val errorDialogType: Int? = DLG_NONE, constant in com.android.packageinstaller.v2.model.InstallAborted
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>()
129 if (aborted.errorDialogType == InstallAborted.DLG_PACKAGE_ERROR) { in <lambda>()