Home
last modified time | relevance | path

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

/cts/tests/tests/multiuser/src/android/multiuser/cts/
DSplitSystemUserTest.java19 import static android.multiuser.cts.TestingUtils.getBooleanProperty;
32 boolean splitEnabled = getBooleanProperty(getInstrumentation(), in testSplitSystemUserIsDisabled()
DTestingUtils.java34 public static boolean getBooleanProperty(Instrumentation instrumentation, String property) in getBooleanProperty() method in TestingUtils
DUserManagerTest.java26 import static android.multiuser.cts.TestingUtils.getBooleanProperty;
237 boolean expected = getBooleanProperty(mInstrumentation, in testIsHeadlessSystemUserMode()
/cts/hostsidetests/security/src/android/security/cts/
DMetadataEncryptionTest.java67 mDevice.getBooleanProperty("ro.crypto.metadata.enabled", false)); in testMetadataEncryptionIsEnabled()
/cts/hostsidetests/edi/src/android/edi/cts/
DNativeDeviceInfo.java108 if (device.getBooleanProperty("ro.config.low_ram", false)) { in collectDeviceInfo()
/cts/hostsidetests/appsearch/src/android/appsearch/cts/
DAppSearchHostTestBase.java115 if (device.getBooleanProperty("init.userspace_reboot.is_supported", false)) { in rebootAndWaitUntilReady()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/playback/
DHdmiCecSystemInformationTest.java140 getDevice().getBooleanProperty(HdmiCecConstants.PROPERTY_ARC_SUPPORT, false); in cect_hf_4_11_5_CheckArcTxRxBits()
/cts/hostsidetests/blobstore/src/com/android/cts/host/blob/
DBaseBlobStoreHostTest.java107 if (getDevice().getBooleanProperty(PROPERTY_USERSPACE_REBOOT_IS_SUPPORTED, false)) { in rebootAndWaitUntilReady()
/cts/libs/install/src/android/cts/install/lib/host/
DInstallUtilsHost.java72 return getTestInfo().getDevice().getBooleanProperty("ro.apex.updatable", false); in isApexUpdateSupported()
/cts/hostsidetests/compilation/src/android/compilation/cts/
DBackgroundDexOptimizationTest.java87 assumeFalse(mDevice.getBooleanProperty("dalvik.vm.useartservice", false)); in setUp()
/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/
DVehiclePropertyVerifier.java578 () -> mCarPropertyManager.getBooleanProperty(mPropertyId, areaId)); in assertGetPropertyThrowsException()
879 if (mCarPropertyManager.getBooleanProperty(propertyId, areaId) == setValue) { in setBooleanPropertyInAllAreaIds()
1708 Boolean value = mCarPropertyManager.getBooleanProperty(mPropertyId, areaId); in verifyCarPropertyValueGetter()
/cts/tests/tests/car/src/android/car/cts/
DCarPropertyManagerTest.java1871 .getBooleanProperty(VehiclePropertyIds.CRUISE_CONTROL_ENABLED, in standardCruiseControlChecker()