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.java533 String prop = getProperty(device, DeviceProperties.BOARD); in getDeviceProductType() local
546 String prop = getProperty(device, DeviceProperties.VARIANT); in getDeviceProductVariant() local
578 String prop = getProperty(device, DeviceProperties.SDK_VERSION); in getDeviceSdkLevel() local
DDumpsysPackageReceiver.java117 String[] prop = line.split("="); in parseAttributes() local
DNativeDevice.java503 String prop = getFastbootVariable("product"); in getFastbootProductType() local
515 String prop = internalGetProperty(DeviceProperties.VARIANT, "variant", "Product variant"); in getProductVariant() local
533 String prop = getFastbootVariable("variant"); in getFastbootProductVariant() local
3396 String prop = getProperty("ro.build.version.sdk"); in getApiLevel() local
/tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
DPackageManagerOTATestUtils.java64 File prop = mDevice.pullFile("/data/local.prop"); in wipeDevice() local
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationTest.java1804 Set<BuildInfoProperties> prop = new HashSet<>(); in testInvoke_deviceInfoBuild_withEnv_andSkipProperty() local
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceSetup.java1334 protected void setDeprecatedSetProp(String prop) { in setDeprecatedSetProp()