/platform_testing/libraries/sts-common-util/host-side/tests/src/com/android/sts/common/ |
D | MallocDebugTest.java | 58 .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/ |
D | PowerTestHelper.java | 79 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/ |
D | DeviceConfigOverrideRule.kt | 37 originalValue = DeviceConfig.getProperty(namespaceName, name) in starting()
|
/platform_testing/libraries/runner/src/main/java/platform/test/runner/parameterized/ |
D | ParameterizedAndroidJunit4.java | 112 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/ |
D | GcaEventLogCollector.java | 67 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/ |
D | RenderTestBase.java | 136 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/ |
D | DiffResultExportStrategy.kt | 53 System.getProperty("screenshot.writeScreenshotToLocal"), ignoreCase = true) in reportResult()
|
/platform_testing/libraries/audio-test-harness/utilities/src/com/android/media/audiotestharness/utilities/ |
D | AudioSystemDiagnostic.java | 48 "Java Version = " + System.getProperty("java.runtime.version") + "\n\n"); in buildAudioSystemDiagnosticString()
|
/platform_testing/tests/automotive/functional/settings/src/android/platform/tests/ |
D | SystemSettingTest.java | 91 String kernelVersion = System.getProperty("os.version"); in testKernelVersion()
|
/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/layoutlib/bridge/intensive/util/ |
D | ImageUtils.java | 191 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/ |
D | FontsUtils.kt | 43 val arscPath = System.getProperty("arsc.file.path") in createAndApplyResourcesProvider()
|
D | GoldenPathManager.kt | 64 val robolectricOverride = System.getProperty("robolectric.artifacts.dir")
|
/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/ |
D | SystemUtil.java | 44 final String oldValue = device.getProperty(name); in withProperty()
|
D | FridaUtils.java | 239 String primaryAbi = device.getProperty(PRODUCT_CPU_ABI_KEY); in getSupportedAbis() 240 String[] supportedAbis = device.getProperty(PRODUCT_CPU_ABILIST_KEY).split(","); in getSupportedAbis()
|
D | MallocDebug.java | 62 String previousProperty = device.getProperty(MALLOC_DEBUG_OPTIONS_PROP); in MallocDebug()
|
/platform_testing/libraries/flag-helpers/junit/src/android/platform/test/flag/junit/ |
D | DeviceFlagsValueProvider.java | 125 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/ |
D | StsExtraBusinessLogicHostTestBase.java | 68 String splString = getDevice().getProperty("ro.build.version.security_patch"); in getPlatformSpl()
|
D | SecurityTestCase.java | 151 bootReason = getDevice().getProperty("ro.boot.bootreason"); in tearDown()
|
/platform_testing/tests/automotive/health/boottime/src/android/boottime/ |
D | BootTimeTest.java | 218 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/ |
D | ResultHandler.java | 461 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()
|
D | BusinessLogicFactory.java | 264 String lineSeparator = System.getProperty("line.separator"); in readFile()
|
/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/ |
D | ResultHandlerTest.java | 57 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/ |
D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
/platform_testing/libraries/junitxml/src/com/android/junitxml/ |
D | XmlRunListener.java | 113 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/ |
D | ConfigGenerator.java | 207 map.put(key, p.getProperty(key)); in loadProperties()
|