Home
last modified time | relevance | path

Searched refs:SHOULD_THROW_EXCEPTION_KEY (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/PackageInstallerPermissionRequestApp/src/com/android/cts/packageinstallerpermissionrequestapp/
DPermissionRequestTest.kt21 import android.appsecurity.cts.PackageSetInstallerConstants.SHOULD_THROW_EXCEPTION_KEY
58 val shouldThrowException = arguments.getString(SHOULD_THROW_EXCEPTION_KEY)!!.toBoolean() in setSelfAsInstallerAndWhitelistPermission()
/cts/hostsidetests/appsecurity/test-apps/PackageInstallerPermissionRequestApp/utils/src/android/appsecurity/cts/
DPackageSetInstallerConstants.kt36 const val SHOULD_THROW_EXCEPTION_KEY = "shouldThrowException" constant
/cts/hostsidetests/appsecurity/test-apps/PackageInstallerWhitelistApp/src/com/android/cts/packageinstallerpermissionwhitelistapp/
DPermissionWhitelistTest.kt22 import android.appsecurity.cts.PackageSetInstallerConstants.SHOULD_THROW_EXCEPTION_KEY
37 private val shouldThrowException = arguments.getString(SHOULD_THROW_EXCEPTION_KEY)
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DPackageSetInstallerTest.kt25 import android.appsecurity.cts.PackageSetInstallerConstants.SHOULD_THROW_EXCEPTION_KEY
152 testArgs.plus(SHOULD_THROW_EXCEPTION_KEY to (!failSilently).toString())) in runTest()
182 testArgs.plus(SHOULD_THROW_EXCEPTION_KEY to (!failSilently).toString())) in runTest()