Home
last modified time | relevance | path

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

/cts/hostsidetests/userspacereboot/src/com/android/cts/userspacereboot/host/
DUserspaceRebootHostTest.java102 getDevice().getBooleanProperty(USERSPACE_REBOOT_SUPPORTED_PROP, false)); in testOnlyFbeDevicesSupportUserspaceReboot()
114 getDevice().getBooleanProperty(USERSPACE_REBOOT_SUPPORTED_PROP, false)); in testDeviceSupportsUserspaceReboot()
127 getDevice().getBooleanProperty(USERSPACE_REBOOT_SUPPORTED_PROP, false)); in testDeviceDoesNotSupportUserspaceReboot()
140 getDevice().getBooleanProperty(USERSPACE_REBOOT_SUPPORTED_PROP, false)); in testUserspaceReboot()
152 getDevice().getBooleanProperty(USERSPACE_REBOOT_SUPPORTED_PROP, false)); in testUserspaceRebootWithCheckpoint()
168 getDevice().getBooleanProperty(USERSPACE_REBOOT_SUPPORTED_PROP, false)); in testUserspaceReboot_verifyCeStorageIsUnlocked()
198 getDevice().getBooleanProperty(USERSPACE_REBOOT_SUPPORTED_PROP, false)); in testUserspaceRebootWithCheckpoint_verifyCeStorageIsUnlocked()
253 getDevice().getBooleanProperty(USERSPACE_REBOOT_SUPPORTED_PROP, false)); in testUserspaceRebootFailsKillingProcesses()
279 getDevice().getBooleanProperty(USERSPACE_REBOOT_SUPPORTED_PROP, false)); in testUserspaceRebootWatchdogTriggers()
329 final boolean result = getDevice().getBooleanProperty("test.userspace_reboot.requested", in assertUserspaceRebootSucceed()
[all …]
/cts/tests/tests/multiuser/src/android/multiuser/cts/
DSplitSystemUserTest.java19 import static android.multiuser.cts.TestingUtils.getBooleanProperty;
33 boolean splitEnabled = getBooleanProperty(getInstrumentation(), in testSplitSystemUserIsDisabled()
DUserManagerTest.java19 import static android.multiuser.cts.TestingUtils.getBooleanProperty;
70 boolean expected = getBooleanProperty(mInstrumentation, in testIsHeadlessSystemUserMode()
DTestingUtils.java26 public static boolean getBooleanProperty(Instrumentation instrumentation, String property) in getBooleanProperty() method in TestingUtils
/cts/hostsidetests/security/src/android/security/cts/
DMetadataEncryptionTest.java60 mDevice.getBooleanProperty("ro.crypto.metadata.enabled", false)); in testMetadataEncryptionIsEnabled()
/cts/hostsidetests/appsearch/src/android/appsearch/cts/
DAppSearchHostTestBase.java78 if (getDevice().getBooleanProperty("init.userspace_reboot.is_supported", false)) { in rebootAndWaitUntilReady()
/cts/libs/install/src/android/cts/install/lib/host/
DInstallUtilsHost.java64 return mTest.getDevice().getBooleanProperty("ro.apex.updatable", false); in isApexUpdateSupported()
/cts/tests/tests/car/src/android/car/cts/
DCarPropertyManagerTest.java842 mCarPropertyManager.getBooleanProperty(propId, areaId); in testGetProperty()