Searched defs:prop (Results 1 – 6 of 6) sorted by relevance
533 String prop = getProperty(device, DeviceProperties.BOARD); in getDeviceProductType() local546 String prop = getProperty(device, DeviceProperties.VARIANT); in getDeviceProductVariant() local578 String prop = getProperty(device, DeviceProperties.SDK_VERSION); in getDeviceSdkLevel() local
117 String[] prop = line.split("="); in parseAttributes() local
503 String prop = getFastbootVariable("product"); in getFastbootProductType() local515 String prop = internalGetProperty(DeviceProperties.VARIANT, "variant", "Product variant"); in getProductVariant() local533 String prop = getFastbootVariable("variant"); in getFastbootProductVariant() local3396 String prop = getProperty("ro.build.version.sdk"); in getApiLevel() local
64 File prop = mDevice.pullFile("/data/local.prop"); in wipeDevice() local
1804 Set<BuildInfoProperties> prop = new HashSet<>(); in testInvoke_deviceInfoBuild_withEnv_andSkipProperty() local
1334 protected void setDeprecatedSetProp(String prop) { in setDeprecatedSetProp()