Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceSelectionOptions.java646 String prop = getProperty(device, DeviceProperties.BOARD); in getDeviceProductType() local
663 String prop = getProperty(device, DeviceProperties.VARIANT); in getDeviceProductVariant() local
698 String prop = getProperty(device, DeviceProperties.SDK_VERSION); in getDeviceSdkLevel() local
DDumpsysPackageReceiver.java119 String[] prop = line.split("="); in parseAttributes() local
DNativeDevice.java606 String prop = getFastbootVariable("product"); in getFastbootProductType() local
618 String prop = internalGetProperty(DeviceProperties.VARIANT, "variant", "Product variant"); in getProductVariant() local
643 String prop = getFastbootVariable("variant"); in getFastbootProductVariant() local
3935 String prop = getProperty(DeviceProperties.SDK_VERSION); in getApiLevel() local
3980 String prop = getProperty(DeviceProperties.FIRST_API_LEVEL); in getLaunchApiLevel() local
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceSetup.java1391 protected void setDeprecatedSetProp(String prop) { in setDeprecatedSetProp()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationTest.java1877 Set<BuildInfoProperties> prop = new HashSet<>(); in testInvoke_deviceInfoBuild_withEnv_andSkipProperty() local