Searched refs:getBooleanProperty (Results 1 – 12 of 12) sorted by relevance
/cts/tests/tests/multiuser/src/android/multiuser/cts/ |
D | SplitSystemUserTest.java | 19 import static android.multiuser.cts.TestingUtils.getBooleanProperty; 32 boolean splitEnabled = getBooleanProperty(getInstrumentation(), in testSplitSystemUserIsDisabled()
|
D | TestingUtils.java | 34 public static boolean getBooleanProperty(Instrumentation instrumentation, String property) in getBooleanProperty() method in TestingUtils
|
D | UserManagerTest.java | 26 import static android.multiuser.cts.TestingUtils.getBooleanProperty; 237 boolean expected = getBooleanProperty(mInstrumentation, in testIsHeadlessSystemUserMode()
|
/cts/hostsidetests/security/src/android/security/cts/ |
D | MetadataEncryptionTest.java | 67 mDevice.getBooleanProperty("ro.crypto.metadata.enabled", false)); in testMetadataEncryptionIsEnabled()
|
/cts/hostsidetests/edi/src/android/edi/cts/ |
D | NativeDeviceInfo.java | 108 if (device.getBooleanProperty("ro.config.low_ram", false)) { in collectDeviceInfo()
|
/cts/hostsidetests/appsearch/src/android/appsearch/cts/ |
D | AppSearchHostTestBase.java | 115 if (device.getBooleanProperty("init.userspace_reboot.is_supported", false)) { in rebootAndWaitUntilReady()
|
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/playback/ |
D | HdmiCecSystemInformationTest.java | 140 getDevice().getBooleanProperty(HdmiCecConstants.PROPERTY_ARC_SUPPORT, false); in cect_hf_4_11_5_CheckArcTxRxBits()
|
/cts/hostsidetests/blobstore/src/com/android/cts/host/blob/ |
D | BaseBlobStoreHostTest.java | 107 if (getDevice().getBooleanProperty(PROPERTY_USERSPACE_REBOOT_IS_SUPPORTED, false)) { in rebootAndWaitUntilReady()
|
/cts/libs/install/src/android/cts/install/lib/host/ |
D | InstallUtilsHost.java | 72 return getTestInfo().getDevice().getBooleanProperty("ro.apex.updatable", false); in isApexUpdateSupported()
|
/cts/hostsidetests/compilation/src/android/compilation/cts/ |
D | BackgroundDexOptimizationTest.java | 87 assumeFalse(mDevice.getBooleanProperty("dalvik.vm.useartservice", false)); in setUp()
|
/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/ |
D | VehiclePropertyVerifier.java | 578 () -> 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/ |
D | CarPropertyManagerTest.java | 1871 .getBooleanProperty(VehiclePropertyIds.CRUISE_CONTROL_ENABLED, in standardCruiseControlChecker()
|