Searched refs:shouldThrowException (Results 1 – 3 of 3) sorted by relevance
58 val shouldThrowException = arguments.getString(SHOULD_THROW_EXCEPTION_KEY)!!.toBoolean() in setSelfAsInstallerAndWhitelistPermission() constant59 if (shouldThrowException) { in setSelfAsInstallerAndWhitelistPermission()
37 private val shouldThrowException = arguments.getString(SHOULD_THROW_EXCEPTION_KEY) constant62 if (shouldThrowException) { in setTargetInstallerPackage()
195 boolean shouldThrowException = getTargetApiLevel() >= Build.VERSION_CODES.N; in testSetNotExistCertInstallerPackage()199 if (shouldThrowException) { in testSetNotExistCertInstallerPackage()203 if (!shouldThrowException) { in testSetNotExistCertInstallerPackage()209 if (!shouldThrowException) { in testSetNotExistCertInstallerPackage()