Home
last modified time | relevance | path

Searched defs:shouldThrowException (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/PackageInstallerPermissionRequestApp/src/com/android/cts/packageinstallerpermissionrequestapp/
DPermissionRequestTest.kt58 val shouldThrowException = arguments.getString(SHOULD_THROW_EXCEPTION_KEY)!!.toBoolean() in setSelfAsInstallerAndWhitelistPermission() constant
/cts/hostsidetests/appsecurity/test-apps/PackageInstallerWhitelistApp/src/com/android/cts/packageinstallerpermissionwhitelistapp/
DPermissionWhitelistTest.kt37 private val shouldThrowException = arguments.getString(SHOULD_THROW_EXCEPTION_KEY) constant