Home
last modified time | relevance | path

Searched refs:DLG_NONE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/v2/model/
DInstallStages.kt125 val errorDialogType: Int? = DLG_NONE,
132 const val DLG_NONE = 0 constant
DInstallRepository.kt50 import com.android.packageinstaller.v2.model.InstallAborted.Companion.DLG_NONE in <lambda>()
323 errorDialogType = if (e is IOException) DLG_PACKAGE_ERROR else DLG_NONE in <lambda>()