Home
last modified time | relevance | path

Searched refs:getProperty (Results 1 – 25 of 27) sorted by relevance

12

/platform_testing/libraries/sts-common-util/host-side/tests/src/com/android/sts/common/
DMallocDebugTest.java58 .that(getDevice().getProperty("libc.debug.malloc.options")) in setUp()
61 .that(getDevice().getProperty("libc.debug.malloc.programs")) in setUp()
68 .that(getDevice().getProperty("libc.debug.malloc.options")) in tearDown()
71 .that(getDevice().getProperty("libc.debug.malloc.programs")) in tearDown()
127 .that(getDevice().getProperty("libc.debug.malloc.options")) in testMallocDebugAutoseablePriorValueNoException()
132 .that(getDevice().getProperty("libc.debug.malloc.options")) in testMallocDebugAutoseablePriorValueNoException()
135 String afterValue = getDevice().getProperty("libc.debug.malloc.options"); in testMallocDebugAutoseablePriorValueNoException()
/platform_testing/libraries/power-helper/src/com/android/helper/
DPowerTestHelper.java79 String value = getProperty(key); in getPropertyString()
102 String value = getProperty(key); in getPropertyLong()
108 private String getProperty(String key) in getProperty() method in PowerTestHelper
116 value = prop.getProperty(key); in getProperty()
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DDeviceConfigOverrideRule.kt37 originalValue = DeviceConfig.getProperty(namespaceName, name) in starting()
/platform_testing/libraries/runner/src/main/java/platform/test/runner/parameterized/
DParameterizedAndroidJunit4.java112 String runnerClassName = System.getProperty(JUNIT_RUNNER_SYSTEM_PROPERTY, null); in isRunningOnAndroid()
123 return Ascii.toLowerCase(System.getProperty(JAVA_RUNTIME_SYSTEM_PROPERTY)) in isRunningOnAndroid()
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/
DGcaEventLogCollector.java67 public String getProperty() { in getProperty() method in GcaEventLogCollector.SeLinuxEnforceProperty
215 Log.d(TAG, "Setting SeLinux enforcing to " + value.getProperty()); in setSeLinuxEnforceProperty()
216 executeCommandBlocking("setenforce " + value.getProperty()); in setSeLinuxEnforceProperty()
/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/layoutlib/bridge/intensive/
DRenderTestBase.java136 PLATFORM_DIR_PROPERTY, System.getProperty(PLATFORM_DIR_PROPERTY)));
147 RESOURCE_DIR_PROPERTY, System.getProperty(RESOURCE_DIR_PROPERTY)));
178 String nativeLibDirPath = System.getProperty(NATIVE_LIB_PATH_PROPERTY); in getNativeLibDirPath()
194 String fontDir = System.getProperty(FONT_DIR_PROPERTY); in getFontDir()
206 String icuDataPath = System.getProperty(ICU_DATA_PATH_PROPERTY); in getIcuDataPath()
214 String keyboardDir = System.getProperty(KEYBOARD_DIR_PROPERTY); in getKeyboardDir()
227 String platformDir = System.getProperty(PLATFORM_DIR_PROPERTY); in getPlatformDir()
239 String workingDirString = System.getProperty("user.dir"); in getPlatformDir()
359 String resourceDir = System.getProperty(RESOURCE_DIR_PROPERTY); in getTestResDir()
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/report/
DDiffResultExportStrategy.kt53 System.getProperty("screenshot.writeScreenshotToLocal"), ignoreCase = true) in reportResult()
/platform_testing/libraries/audio-test-harness/utilities/src/com/android/media/audiotestharness/utilities/
DAudioSystemDiagnostic.java48 "Java Version = " + System.getProperty("java.runtime.version") + "\n\n"); in buildAudioSystemDiagnosticString()
/platform_testing/tests/automotive/functional/settings/src/android/platform/tests/
DSystemSettingTest.java91 String kernelVersion = System.getProperty("os.version"); in testKernelVersion()
/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/layoutlib/bridge/intensive/util/
DImageUtils.java191 String failureDirString = System.getProperty("test_failure.dir"); in getFailureDir()
195 String workingDirString = System.getProperty("user.dir"); in getFailureDir()
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DFontsUtils.kt43 val arscPath = System.getProperty("arsc.file.path") in createAndApplyResourcesProvider()
DGoldenPathManager.kt64 val robolectricOverride = System.getProperty("robolectric.artifacts.dir")
/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/
DSystemUtil.java44 final String oldValue = device.getProperty(name); in withProperty()
DFridaUtils.java239 String primaryAbi = device.getProperty(PRODUCT_CPU_ABI_KEY); in getSupportedAbis()
240 String[] supportedAbis = device.getProperty(PRODUCT_CPU_ABILIST_KEY).split(","); in getSupportedAbis()
DMallocDebug.java62 String previousProperty = device.getProperty(MALLOC_DEBUG_OPTIONS_PROP); in MallocDebug()
/platform_testing/libraries/flag-helpers/junit/src/android/platform/test/flag/junit/
DDeviceFlagsValueProvider.java125 String property = DeviceConfig.getProperty(flag.namespace(), flag.fullFlagName()); in getLegacyFlagBoolean()
/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/tradefed/testtype/
DStsExtraBusinessLogicHostTestBase.java68 String splString = getDevice().getProperty("ro.build.version.security_patch"); in getPlatformSpl()
DSecurityTestCase.java151 bootReason = getDevice().getProperty("ro.boot.bootreason"); in tearDown()
/platform_testing/tests/automotive/health/boottime/src/android/boottime/
DBootTimeTest.java218 String bootLoaderVal = getDevice().getProperty(BOOT_TIME_PROP); in testSuccessiveBoot()
345 return "1".equals(getDevice().getProperty("sys.boot_completed")); in isBootCompleted()
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DResultHandler.java461 serializer.attribute(NS, OS_NAME_ATTR, System.getProperty("os.name")); in writeResults()
462 serializer.attribute(NS, OS_VERSION_ATTR, System.getProperty("os.version")); in writeResults()
463 serializer.attribute(NS, OS_ARCH_ATTR, System.getProperty("os.arch")); in writeResults()
464 serializer.attribute(NS, JAVA_VENDOR_ATTR, System.getProperty("java.vendor")); in writeResults()
465 serializer.attribute(NS, JAVA_VERSION_ATTR, System.getProperty("java.version")); in writeResults()
DBusinessLogicFactory.java264 String lineSeparator = System.getProperty("line.separator"); in readFile()
/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java57 private static final String OS_NAME = System.getProperty("os.name");
58 private static final String OS_VERSION = System.getProperty("os.version");
59 private static final String OS_ARCH = System.getProperty("os.arch");
60 private static final String JAVA_VENDOR = System.getProperty("java.vendor");
61 private static final String JAVA_VERSION = System.getProperty("java.version");
/platform_testing/libraries/sts-common-util/sts-sdk/package/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/platform_testing/libraries/junitxml/src/com/android/junitxml/
DXmlRunListener.java113 propElement.setAttribute(ATTR_PROPERTY_VALUE, props.getProperty((String) name)); in startTestSuite()
/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/layoutlib/bridge/intensive/setup/
DConfigGenerator.java207 map.put(key, p.getProperty(key)); in loadProperties()

12