Home
last modified time | relevance | path

Searched defs:prop (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceSelectionOptions.java636 String prop = getProperty(device, DeviceProperties.BOARD); in getDeviceProductType() local
653 String prop = getProperty(device, DeviceProperties.VARIANT); in getDeviceProductVariant() local
688 String prop = getProperty(device, DeviceProperties.SDK_VERSION); in getDeviceSdkLevel() local
DDumpsysPackageReceiver.java117 String[] prop = line.split("="); in parseAttributes() local
DNativeDevice.java540 String prop = getFastbootVariable("product"); in getFastbootProductType() local
552 String prop = internalGetProperty(DeviceProperties.VARIANT, "variant", "Product variant"); in getProductVariant() local
577 String prop = getFastbootVariable("variant"); in getFastbootProductVariant() local
3661 String prop = getProperty("ro.build.version.sdk"); in getApiLevel() local
/tools/tradefederation/contrib/src/com/android/framework/tests/
DPackageManagerOTATestUtils.java61 File prop = mDevice.pullFile("/data/local.prop"); in wipeDevice() local
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceSetup.java1374 protected void setDeprecatedSetProp(String prop) { in setDeprecatedSetProp()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationTest.java1786 Set<BuildInfoProperties> prop = new HashSet<>(); in testInvoke_deviceInfoBuild_withEnv_andSkipProperty() local