Home
last modified time | relevance | path

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

/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/
DInstallConstraintsTest.kt219 val propKey = "debug.pm.gentle_update_test.is_idle" in <lambda>() constant
225 SystemUtil.runShellCommand("setprop $propKey 0") in <lambda>()
237 SystemUtil.runShellCommand(" setprop $propKey 1") in <lambda>()
246 SystemUtil.runShellCommand("setprop $propKey 0") in <lambda>()
252 val propKey = "debug.pm.gentle_update_test.is_in_call" in <lambda>() constant
257 SystemUtil.runShellCommand("setprop $propKey 1") in <lambda>()
269 SystemUtil.runShellCommand("setprop $propKey 0") in <lambda>()
278 SystemUtil.runShellCommand("setprop $propKey 0") in <lambda>()
319 val propKey = "debug.pm.uses_sdk_library_default_cert_digest" in <lambda>() constant
326 "setprop $propKey ${getPackageCertDigest(HelloWorldSdk1.packageName)}") in <lambda>()
[all …]